Search:

Type: Posts; User: kris_red; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    14,022

    Hi , Can u please send me the echo.war file ...

    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...
  2. Replies
    9
    Views
    14,022

    problems in deploying war in weblogic?

    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...
  3. Hi again I am able to deploy (echo.war) and...

    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...
  4. Hello Poutsma I could deploy the echo.war in...

    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...
  5. Error while deplying a war file in weblogic?

    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
    ...
  6. Hi poutsma Sorry for all the confusion. ...

    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 ,...
  7. could deply echo-1.0-m2.war in weblogic but couldnt not in tomcat?

    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...
  8. Hi It was quite easy to work with maven but i...

    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>...
  9. Yeah .it seems to be but i have never worked on...

    Yeah .it seems to be but i have never worked on MAVEN, i guess that is required to build it. :(
  10. Basic example for spring-ws ? with nice documentation ?

    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...
  11. Thanks a lot for u r expert comments. Now i know...

    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
  12. Hello Arjen Thanks for the explanation. I just...

    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...
  13. difference b/w ServletEndPoint and AbstractDomPayloadEndpoint? which one is pref ?why

    What is the difference between creating the web services using org.springframework.remoting.jaxrpc.ServletEndPoint and using spring-ws-1.0-m2.zip...
  14. difference b/w ServletEndPoint and AbstractDomPayloadEndpoint? which one is pref ?why

    What is the difference between creating the web services using org.springframework.remoting.jaxrpc.ServletEndPoint and using spring-ws-1.0-m2.zip...
  15. Hi Rob I have to make a framework where i can...

    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. ...
  16. Hi I am showing some sample code which i have...

    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...
  17. Thanks a lot for u r help and time. Regards...

    Thanks a lot for u r help and time.

    Regards
    Kris
  18. Hi Yatesco I am new to SPRING, can u please...

    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...
  19. Is axis the best solution to expose WebService's in project based on SPRINGframework

    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...
  20. Is axis the best solution to expose WebService's in project based on SPRINGframework?

    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...
  21. Client requirement to access AXIS-WS using SPRING

    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...
  22. thanks smith ...for the hint ..it solves my...

    thanks smith ...for the hint ..it solves my problem ...everything works fine

    <property name="wsdlDocumentUrl">
    ...
  23. not able to access WS when i give the Ip Address in place for localhost in value fiel

    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...
Results 1 to 23 of 25