Home > database >  Pb how to reference the WSDL web services technology address
Pb how to reference the WSDL web services technology address

Time:10-04

Pb how to reference the WSDL web services technology address

CodePudding user response:

PB11:
Create a Web Service Proxy, the wizard will ask for WSDL, then generate a Proxy object, this Web Service method will display in the Proxy object Function list,
Code defined in the agent, it is ok to directly call web Service method,
Tree right-click the Target, select Import external file, select... Sybase/share/original concept of pbwsclient110. DLL files, automatically create soapconnect object

CodePudding user response:

Wait for people to answer.

CodePudding user response:

Can you provide a complete example of code?

CodePudding user response:

Ncmsservicehttpport lproxy_obj
The SoapConnection conn
Conn=create the SoapConnection
Conn. CreateInstance (proxy_obj, "ncmsservicehttpport")
Lproxy_obj. GetDiseaseCatalog (' 3418210001 ')
Remember the PBD or PBX pour, usually under the share of pb you
  • Related