Web Service Proxy Generator
Error get more information
Gravatar is a globally recognized avatar based on your email address. Error get more information
  Chris Pawley
  All
  Jun 20, 2018 @ 07:44am

Hi,

getting a problem sending xml to my webservice.

* send to webservice
	loService.AddRepeatPart(Thisform.edit1.Value) && send generated xml

	** Check for Errors
		If loService.lError
			Thisform.text3.Value = loService.lError
		Return
	Endif

The error just returns true or false. Just getting false. Is there any more information I can get to help diagnose the problem?

Gravatar is a globally recognized avatar based on your email address. re: Error get more information
  Rick Strahl
  Chris Pawley
  Jun 20, 2018 @ 04:02pm

loService.cErrorMsg will have more error info if there is any. If that's empty then the method call worked and .f. just happens to be the result of the call (or it's void).

+++ Rick ---

© 1996-2024