Hi Naren / All,
we were able to generate the stubs using java 5. We failed to see that Axis took into consider JAVA_HOME which was set to Java. On setting it to Java5 everything went well. Thanks...
Type: Posts; User: KetanS; Keyword(s):
Hi Naren / All,
we were able to generate the stubs using java 5. We failed to see that Axis took into consider JAVA_HOME which was set to Java. On setting it to Java5 everything went well. Thanks...
Hello Naren,
Firstly thanks for all the inputs provided. However we are unable to solve the issue. We are now trying with jdk5 as jdk6 had some classloader issues w.r.t parsing xml (as per inputs...
Hello Naren,
We were able to generate the stubs using Axis2 but we needed to manually modify the wsdl as the following:
<wsdl:definitions targetNamespace=" "> does not contain the xmlns:wsdl,...
Hello naren,
Thanks for the reply.
We tried using wsdl2java in the following manner:
wsdl2java -uri http://<ip-address-of-server>:<port>/Archival/service/ias.wsdl -o c:\stubJars -p...
Hello All,
We are facing roadblocks in the following scenario:
We have developed and deployed a Spring based web service. This web service needs to be accessed by a non-spring based java...
Hello All,
Any inputs on this?
Thanks
Ketan
Hello All,
I am creating a client for the sample web service "Holiday Request" which shipped along with the Spring WS distribution. The webservice is deployed in Glassfish App server and wsdl can...
Hello All,
I am trying to achieve the following functionality using Spring Web Services:
A web service needs to be deployed which accepts XHTML stream as an input. This stream contains image...