Search:

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

Search: Search took 0.03 seconds.

  1. Overriding the JaxRpcPortProxyFactoryBean won't...

    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...
  2. Hi Alan, The webservice I was trying to invoke...

    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...
  3. Hi Alan- I had posted my code in this post...

    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...
  4. Replies
    6
    Views
    2,804

    Hi Arjen, I used tcpmon to monitor webservice...

    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...
  5. Replies
    6
    Views
    2,804

    Arjen- Thanks for the reference. It did help...

    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 =...
  6. Hi Alan, Do you remember if the webservice url...

    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...
  7. How to set Username/Password - JaxRpcPortProxyFactoryBean Approach ??

    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...
  8. Replies
    6
    Views
    2,804

    Spring WS Client - Invocation Issue

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