Hello Chris,
That is unlikely - the service WSDL in this case has a SOAP binding that uses HTTP as the transport, so firewalls probbaly aren't the problem. I'm now thinking it might be an XML parsing issue. What parser do you use? Also, did you set up the classpath using the classpath script provided with WSIF? That way you won't pick up unnecessary JAR files that might be in your local classpath that might interfere...
Nirmal.
| "Peake, Chris" <[EMAIL PROTECTED]>
01/07/2003 03:26 PM
|
To: <[EMAIL PROTECTED]> cc: Subject: RE: [wsif] sample err: Cannot get Object part 'Result' |
I tried it again but with same results.
Could it be a firewall situation on my side?
chris
-----Original Message-----
From: Nirmal Mukhi [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 1:07 PM
To: [EMAIL PROTECTED]
Subject: Re: [wsif] sample err: Cannot get Object part 'Result'
Hello Chris,
I just ran the sample using the exact command line arguments you provided and it worked ok. Could you try it again (the remote service hosted on XMethods might have been down)? If it still fails, let us know what build/version of WSIF you are using.
Thanks,
Nirmal.
| "Peake, Chris"
<[EMAIL PROTECTED]>
01/07/2003 11:09 AM
| To: <[EMAIL PROTECTED]> cc: Subject: [wsif] sample err: Cannot get Object part 'Result' |
Trying to get familiar with WSIF.
I just tried to do run the simplesoap example and I get the following error.
Cannot get Object part 'Result'
As the attached shows, classpath seems to
be correct.
Didn't find this in history email.
Any ideas?
thanks.
G:\wsif-2.0rc1>java clients.DynamicInvoker
samples/simplesoap/StockquoteSOAP.wsd
l getQuote CA
Reading WSDL document from 'samples/simplesoap/StockquoteSOAP.wsdl'
Preparing WSIF dynamic invocation
- WSIF0006W: Multiple WSIFProvider found supporting the same namespace
URI 'http
://schemas.xmlsoap.org/wsdl/soap/'. Found ('org.apache.wsif.providers.soap.apach
eaxis.WSIFDynamicProvider_ApacheAxis, org.apache.wsif.providers.soap.apachesoap.
WSIFDynamicProvider_ApacheSOAP')
- WSIF0007I: Using WSIFProvider 'org.apache.wsif.providers.soap.apacheaxis.WSIFD
ynamicProvider_ApacheAxis' for namespaceURI 'http://schemas.xmlsoap.org/wsdl/soa
p/'
Executing operation getQuote
Exception in thread "main" org.apache.wsif.WSIFException: Cannot
get Object part
'Result'. No parts are set on the message
at org.apache.wsif.base.WSIFDefaultMessage.handleNoPartsException(Unknow
n Source)
at org.apache.wsif.base.WSIFDefaultMessage.getObjectPart(Unknown
Source)
at clients.DynamicInvoker.invokeMethod(Unknown Source)
thanks,
chris
