Home > database >  Pb to invoke the soapconnection generated proxy fails
Pb to invoke the soapconnection generated proxy fails

Time:09-23

String ls_countryname=""
Long rVal
Powerobject lp_obj

The soapconnection lsc_conn
Service1 lsrv_obj//generated proxy object name

Lsc_conn=create the soapconnection
Lsc_conn. Createinstance (lsrv_obj, "service1")
Ls_countryname=lsrv_obj. GetStringCountryNameById (as_countryid);

Return ls_countryname;

Perform to lsc_conn. The createinstance (lsrv_obj, "service1) times bad runtime function reference, consult ace, urgent

CodePudding user response:

PbsoapclientXXX. PBX and pbsoapclientXXX. PBD included in the application directory, and in the application to load pbsoapclientXXX. The PBD

CodePudding user response:

In the code in the try... Createinstance () wrapped up,,,
Such as:

Try
Li_ret=myconn. Createinstance (webs, 'n_aeupms is_wsdl)
The catch (soapexception SEC)
Messagebox (' error, the SEC. Text)
Return
End the try

CodePudding user response:

reference 1st floor wag_enu response:
pbsoapclientXXX. The PBX and pbsoapclientXXX PBD included in the application directory,


The two I've tested with one can be,

CodePudding user response:

reference youzhi1007 reply: 3/f
reference 1st floor wag_enu response:
PbsoapclientXXX. PBX and pbsoapclientXXX. PBD included in the application directory,

The two I've tested with one can be,


Tried it last time, to other computers installed without PB. If to bring pbsoapclientXXX PBX
As for pbsoapclientXXX PBD, can be attached to the PBT, PB will automatically processing program compile time,

CodePudding user response:

Don't know not,
  • Related