Home > database >  With the web service proxy wizard based proxy objects, take less than the inside of the service
With the web service proxy wizard based proxy objects, take less than the inside of the service

Time:09-23

Everybody is good:
Now have a question about PB9 connected web service interface, PB9 version is 5507, WS development is used. NET development, I am using web service proxy wizard set up agency object, take less than the inside of the service, the other party can access to the WSDL address, also can see the inside of the open service, is this why?
PB9 do additionally the connection of the.net framework WS will exist certain problems, such as some data type returns, in PB9 resolution less than

CodePudding user response:

Is estimated to have compatibility problems,
There are more than useless pb10 version tried?

CodePudding user response:

PB10 useless, the hand also have no, now it is to do HIS system, if you want to use the PB10, be afraid influence to the stability of the whole system, the risk is a little big, after all, the scale of the hospital, still can't get this action

CodePudding user response:

This problem using pb9 own agent may not be able to solve, suggest you use mssoap to solve, or to use pb11, the web service proxy in a wizard. Should be able to normal use after.net options, select the


Introduce the Microsoft soap


Oleobject ws
Ws=Create oleobject
I=ws. ConnectToNewObject (" MSSOAP. SoapClient30 ")
If I & lt;> 0 then
Destroy the ws
Messagebox (' prompt ', 'please check whether installed SoapSDK3.0 and XML4.0', the exclamation!)
Return
End the if

Ws. ClientProperty (" ServerHTTPRequest ", true)

Ls_wsdl=profilestring (" soap. Ini ", "soap", "url", "")
Ws. Mssoapinit (ls_wsdl)

Ws. ConnectorProperty (" Timeout ", 180000)

CodePudding user response:

You need to install the SoapSDK3.0

CodePudding user response:

The building Lord I also encountered this problem, don't know did you solve that pb9
  • Related