You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Paul Rogers <pr...@clearcommerce.com> on 2001/10/03 21:16:22 UTC

Apache SOAP client to IIS/Soap toolkit server

I tried to follow the example shown in:

http://www.perfectxml.com/articles/xml/soapguide.asp

but when I run my Apache Soap Java client, I get a response that indicates
there's an authorization problem. Using TcpTunnelGui to look at the
underlying HTTP conversation, I see that the server is responding with a 401
Access Denied message, with a response header of 

WWW-Authenticate:  Negotiate
WWW-Authenticate:  NTLM

I'm curious is anyone has gotten some simple Apache Soap Java clients to
work with an IIS/Soap server.  Any pointers to this or how to turn off
Microsoft's authorization steps would be greatly appreciated.

Thanks.

Paul Rogers
ClearCommerce Corp.
progers@clearcommerce.com, 512-977-5570


Can a client construct the entire SOAP document?

Posted by "Roger L. Costello" <co...@mitre.org>.
Behind the scenes the Apache SOAP software constructs the actual SOAP
XML document that is sent to a SOAP server.   Suppose that I want to
create the entire SOAP document myself.  Does the Apache SOAP software
provide an API that allows a client to submit an already-constructed
SOAP document?  /Roger


Can a client construct the entire SOAP document?

Posted by "Roger L. Costello" <co...@mitre.org>.
Behind the scenes the Apache SOAP software constructs the actual SOAP
XML document that is sent to a SOAP server.   Suppose that I want to
create the entire SOAP document myself.  Does the Apache SOAP software
provide an API that allows a client to submit an already-constructed
SOAP document?  /Roger


Re: MS-SOAP with SSL

Posted by "Putti Tang." <ho...@hotmail.com>.
Hello,
    Now I can solve this problem. You have to install SSL on SERVER and
CLIENT, too. The problem is about hostname. Don't use "localhost" or any
IP-Address when you refer to WSDL url, use the one you have registered to
Verisign.
    and don't forget to edit your WSDL file, too.

    Suppose my hostname is "p800". When I refer to WSDL url. I use
http://p800/mysoap....
DO NOT use http://localhost/mysoap

    Good luck, now I can hope everyone can do it, too.

    Putti T.

----- Original Message -----
From: "Hartmut Bernecker" <h....@dhw.de>
To: <so...@xml.apache.org>
Sent: Friday, October 05, 2001 3:12 PM
Subject: Re: MS-SOAP with SSL


> Hello,
>
> I seem to have the same problem, but no answer. Is there anybody who has
> made work such a constellation?
>
> Hartmut
>
> "Putti Tang." wrote:
> >
> > Hello,
> >     I have set up SSL on my IIS but I can't use SOAPClient to connect to
> > WSDL via "https". It shows me the error about Security. Have anyone
found
> > this problem like me?
> >     How can I fixed it?  Thanks in advance.
> >
> >     Putti Tang.
>

Re: MS-SOAP with SSL

Posted by "Putti Tang." <ho...@hotmail.com>.
Hello,
    Now I can solve this problem. You have to install SSL on SERVER and
CLIENT, too. The problem is about hostname. Don't use "localhost" or any
IP-Address when you refer to WSDL url, use the one you have registered to
Verisign.
    and don't forget to edit your WSDL file, too.

    Suppose my hostname is "p800". When I refer to WSDL url. I use
http://p800/mysoap....
DO NOT use http://localhost/mysoap

    Good luck, now I can hope everyone can do it, too.

    Putti T.

----- Original Message -----
From: "Hartmut Bernecker" <h....@dhw.de>
To: <so...@xml.apache.org>
Sent: Friday, October 05, 2001 3:12 PM
Subject: Re: MS-SOAP with SSL


> Hello,
>
> I seem to have the same problem, but no answer. Is there anybody who has
> made work such a constellation?
>
> Hartmut
>
> "Putti Tang." wrote:
> >
> > Hello,
> >     I have set up SSL on my IIS but I can't use SOAPClient to connect to
> > WSDL via "https". It shows me the error about Security. Have anyone
found
> > this problem like me?
> >     How can I fixed it?  Thanks in advance.
> >
> >     Putti Tang.
>

Re: MS-SOAP with SSL

Posted by Hartmut Bernecker <h....@dhw.de>.
Hello, 

I seem to have the same problem, but no answer. Is there anybody who has
made work such a constellation?

Hartmut

"Putti Tang." wrote:
> 
> Hello,
>     I have set up SSL on my IIS but I can't use SOAPClient to connect to
> WSDL via "https". It shows me the error about Security. Have anyone found
> this problem like me?
>     How can I fixed it?  Thanks in advance.
> 
>     Putti Tang.

Re: MS-SOAP with SSL

Posted by Hartmut Bernecker <h....@dhw.de>.
Hello, 

I seem to have the same problem, but no answer. Is there anybody who has
made work such a constellation?

Hartmut

"Putti Tang." wrote:
> 
> Hello,
>     I have set up SSL on my IIS but I can't use SOAPClient to connect to
> WSDL via "https". It shows me the error about Security. Have anyone found
> this problem like me?
>     How can I fixed it?  Thanks in advance.
> 
>     Putti Tang.

MS-SOAP with SSL

Posted by "Putti Tang." <ho...@hotmail.com>.
Hello,
    I have set up SSL on my IIS but I can't use SOAPClient to connect to
WSDL via "https". It shows me the error about Security. Have anyone found
this problem like me?
    How can I fixed it?  Thanks in advance.

    Putti Tang.

MS-SOAP with SSL

Posted by "Putti Tang." <ho...@hotmail.com>.
Hello,
    I have set up SSL on my IIS but I can't use SOAPClient to connect to
WSDL via "https". It shows me the error about Security. Have anyone found
this problem like me?
    How can I fixed it?  Thanks in advance.

    Putti Tang.