SOAP problems

DavidB
DavidB Member Posts: 11
Hi,

I'm trying to establish a Connection to a webservice via SOAP but i get the following error message as SOAP-faultString "Access denied." when I I'm trying to send the request.

In my opinion the connection is established but the SOAPConnector properties "AuthUser" and "AuthPassword" were ignored.

The header includes the following information:
    POST /jboss-net/services/1234-SG HTTP/1.1 SOAPAction: "request" Content-Type: text/xml; charset="UTF-8" User-Agent: SOAP Toolkit 3.0 Host: myhost:8086 Content-Length: 699 Connection: Keep-Alive Cache-Control: no-cache Pragma: no-cache

What did I wrong?

Answers

  • Koshe
    Koshe Member Posts: 37
    Hi,
    how did you managed to set charset on your soap request?
  • DavidB
    DavidB Member Posts: 11
    Hi Koshe,

    the charset will be automatically set by MS SOAP Toolkit.

    By the way... I've solved my problem :D by using PocketSOAP.

    greets
    David