Overriding the JaxRpcPortProxyFactoryBean won't fix it. I was able to get around this problem only when I had stored the WSDL locally instead of at the remote location (which requires...
Type: Posts; User: coolj; Keyword(s):
Overriding the JaxRpcPortProxyFactoryBean won't fix it. I was able to get around this problem only when I had stored the WSDL locally instead of at the remote location (which requires...
Hi Alan,
The webservice I was trying to invoke was using windows digest authentication (so you would be prompted for a username and password even to read the WSDL) and my code was failing at the...
Hi Alan-
I had posted my code in this post before coming across your post
http://forum.springframework.org/showthread.php?p=162868#post162868
When I am invoking this webservice , I had...
Hi Arjen,
I used tcpmon to monitor webservice request and looks like the request is going fine and the HTTP response is also seems to OK but just that the results are not what expect when that web...
Arjen-
Thanks for the reference. It did help me overcome the SOAPActionHeader problem
I changed my client now
String uszipInput="<?xml version = \"1.0\" encoding =...
Hi Alan,
Do you remember if the webservice url was secure through username/password or just the endpoints on the webservice ? I am trying to use your code to access a secure webservice...
Hi,
I have a webservice which has a simple username/password authentication. I am trying to add the username password based on the suggestion given
by Mark over here...
Hi,
I am having hard time getting to run a sample app using Sping WS for invoking a public Web service. I keep getting SOAP Action Header Exception or xml not being well formed exception. Here is...