Home > database >  Pb call the webservice method, method of parameters for the structure and the parameter for?
Pb call the webservice method, method of parameters for the structure and the parameter for?

Time:09-15

Tns__universalinterface tus//structural parameters of the method statement

()//how to declare the parameter structure here???????

Try
Exp_soap. Universalinterface (tus)//incoming parameters, a method is called

The catch (RunTimeError e)
Messagebox (' system exception ', 'call interface error! '~ r + um participant etmessage ())
The return - 1
The catch (exception ex)
Messagebox (' system exception ', 'call interface error! '~ r + ex. Getmessage ())
The return - 1
End the try

CodePudding user response:

Tus. Xx="no effect"

CodePudding user response:

Webservice is HTTP through XML and modify the head to realize posturl request, using a third-party tools look call request and reply
  • Related