Hi ,
Can u please send me the echo.war file and the client code u r using to access and the jars for it.
And can u please tell me which java version are u using in the client.
My email id...
Type: Posts; User: kris_red; Keyword(s):
Hi ,
Can u please send me the echo.war file and the client code u r using to access and the jars for it.
And can u please tell me which java version are u using in the client.
My email id...
Hi Friends
I am still facing some problems in deploying the war created using spring-ws and maven2 in weblogic.
According to my earlier thread I created a weblogic.xml file to direct the...
Hi again
I am able to deploy (echo.war) and also run the client present in samples\echo\client\saaj\ for tomcat. Its quite simple.
But for weblogic I am doing these steps are written in this...
Hello Poutsma
I could deploy the echo.war in tomcat and also could use the client to access it.
Earlier after deploying the web service in tomcat I was using the wsdl file provided in the...
Hi
I created a HelloWorld applicaiton and I am trying to deploy it in the weblogic 8.1. The war file is deployed properly and i also get a confirmation using the
...
Hi poutsma
Sorry for all the confusion.
1)
But I don’t see a directory called spring-ws-samples in the spring-ws-1.0-m2 distribution.
If u r talking about spring-ws-1.0-m2/samples ,...
Hi friends
I was trying to work with spring-ws , I compiled the echo sample using
> mvn compile and then > mvn package . That got me a echo-1.0-m2.war .
I could deply this war in weblogic and...
Hi
It was quite easy to work with maven but i was facing a problem with a line of code in pom.xml of the echo sample program.
I had to replace
<artifactId>spring-ws-samples</artifactId>...
Yeah .it seems to be but i have never worked on MAVEN, i guess that is required to build it. :(
Hi Guys
Can u please provide me with some good links for creating a helloWorld program in Spring-ws with good documentation.
I have done some examples in axis2 and xFire.
I just want...
Thanks a lot for u r expert comments. Now i know what to choose.
I will go with spring-ws, as i also need to keep the consumers in mind.
Regards
Kris
Hello Arjen
Thanks for the explanation. I just want to ask one more thing.
I am working on a pre-existing project based on SPRING and java. And now I just want to expose some functionality of...
What is the difference between creating the web services using org.springframework.remoting.jaxrpc.ServletEndPoint and using spring-ws-1.0-m2.zip...
What is the difference between creating the web services using org.springframework.remoting.jaxrpc.ServletEndPoint and using spring-ws-1.0-m2.zip...
Hi Rob
I have to make a framework where i can expose some of the functionality of my project (based on SPRING frame work and java). So for that i need to know if SPRING-AXIS is the best solution. ...
Hi
I am showing some sample code which i have written to expose a simple WS using AXIS-SPRING.
I just want to confirm if these 4 things are enough for the client to access any WS or can i...
Thanks a lot for u r help and time.
Regards
Kris
Hi Yatesco
I am new to SPRING, can u please guide to the exact link in https://springmodules.dev.java.net/ to search for such component(module).
I tried to find out about WS in that but i am...
HI Guys
I am new to SPRING. But i need to work on a project based on SPRING and my job is to expose some of its funcitionality using WS.
Example By using this WS , some one could add some user...
HI Guys
I am new to SPRING. But i need to work on a project based on SPRING and my job is to expose some of its funcitionality using WS.
Example By using this WS , some one could add some user...
Hi All
I am trying to provide some of my code in the project(SPRING based) as a WS(AXIS - SPRING integration).
I just want to confirm if these 4 things are enough for the client to access any...
thanks smith ...for the hint ..it solves my problem ...everything works fine
<property name="wsdlDocumentUrl">
...
Hi All
I deployed a WS in axis , using SPRING DI . My simple helloworld WS works fine , but when i try to change the value of localhost to my IP address. The WS is not found and i get a error...