Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

The SoapClient doesn't support .NET proxy

150 views
Skip to first unread message

JarJar

unread,
Nov 23, 2006, 4:43:46 AM11/23/06
to
Hi,
My webservice is on framework 1.1 Visual studio 2003 .net

My application is on Powerbuilder 10.5 with .net Engine 2.0

my code :
double StResultat
long param= 20
long ret


SetNull(StResultat)
SoapConnection conn
main proxy //ServiceProxy is a proxy generated by Web service
//wizard
kmehrresponse kr
TRY
conn = CREATE SoapConnection
ret = conn.CreateInstance(proxy, "main")
IF (ret <> 0)then
MessageBox("Fail", "Cannot create proxy "+ "main")
ELSE
kr = proxy.testgettransactionlist(param)
MessageBox("WebService OK ", "Return Double -> '" + string(kr))
END IF

CATCH (SoapException e)
MessageBox("WebService KO SoapException" , "Invoke Service
'testgettransactionlist " + e.text)


END TRY

Error - > The SoapClient doesn't support .NET proxy

Can you help me.?

Bruce Armstrong [TeamSybase]

unread,
Nov 23, 2006, 8:59:28 AM11/23/06
to

You've included the wrong PBD in your library path or imported from
the wrong PBX. There are two versions of the SoapConnection and
SoapException objects, one based on EasySOAP (pbsoapclientxx) and one
based on the .Net engine (pbwsclientxx). Use the objects from the
latter one.

meirsalomon

unread,
Jun 17, 2007, 3:12:37 AM6/17/07
to
Bruce,
I have the same problem. Its appear in Development PB and in
a runtime . I have the pbwsdlclient100.dll (the latest one
from 26.07.2006) and still get the same message.

Bruce Armstrong [TeamSybase]

unread,
Jun 19, 2007, 7:41:24 AM6/19/07
to
Still the wrong PBD. Not pbwsDLclient, but pbwsclient.


<Meir Salomon> wrote in message news:4674dee5.6f6...@sybase.com...

0 new messages