1 Reply Latest reply on Sep 10, 2009 4:05 AM by _guido

    multiple wsdl request from client

      Hello,

      i sniffed the network traffic between my webservice deployed on jboss 5.1 and my standalone webservice client.

      Everything works fine but the client requests 4 times the wsdl-file from the server before it "really" uses the webservice.
      The debug output at the client didnt tell me why and i didnt find any other hint at the internet.

      Do you have an idea?

      thanks,
      guido


        • 1. Re: multiple wsdl request from client

          Not a real solution for this:

          *i used the jboss webservice libraries at the client because i needed them to get the WS-Security to work (the jdk6 ws implementation doesnt work for me)

          *this configruation i dont need no more, because i dont use the WS-Security to secure my webservices

          *i removed the configuration and if i use the jdk ws implementation -> only 1 wsdl request will be done by the client

          bye,
          guido