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 Rocky Raccoon <rr...@bigfoot.com> on 2000/08/04 02:24:11 UTC

Interoperability

Hi,
	If I write a SOAP Client using Apache's soap.jar will it
work with a SOAP Service deployed on some other SOAP server, say MS's.

Currently I am trying out my SOAP Clients against Apache SOAP with
Apache
Server + TOMCAT ?
Is there any other freeware SOAP implementations which I can try it out
against ?

Re: Interoperability

Posted by Simon Fell <so...@zaks.demon.co.uk>.
On Thu, 03 Aug 2000 17:24:11 -0700, in soap you wrote:

>Hi,
>	If I write a SOAP Client using Apache's soap.jar will it
>work with a SOAP Service deployed on some other SOAP server, say MS's.

The current versions of Apache SOAP & MS SOAP don't inter-op as the MS
SOAP toolkit won't spit out the type qualifiers on the elements.

>Currently I am trying out my SOAP Clients against Apache SOAP with
>Apache
>Server + TOMCAT ?
>Is there any other freeware SOAP implementations which I can try it out
>against ?

you could try my SOAP/COM Server code,
www.zaks.demon.co.uk/com/soap.html

Cheers
Simon


RE: Interoperability

Posted by James Snell <js...@lemoorenet.com>.
This is a really good choice, but be aware of the fact that there are still
some interop issues here.  Namely, the Apache code requires that all
parameters be explicitly tagged with a xsi:type attribute, and the MS code
doesn't support this feature (which is optional according to the SOAP
specification).

- James

-----Original Message-----
From: George I Matkovits [mailto:matkovitsg@uswest.net]
Sent: Tuesday, August 08, 2000 9:03 PM
To: soap-user@xml.apache.org
Subject: Re: Interoperability


Please try the MS version You should be able to get the Soap Tool Kit from
MS directly.
Regards - George

Rocky Raccoon wrote:

> Hi,
>         If I write a SOAP Client using Apache's soap.jar will it
> work with a SOAP Service deployed on some other SOAP server, say MS's.
>
> Currently I am trying out my SOAP Clients against Apache SOAP with
> Apache
> Server + TOMCAT ?
> Is there any other freeware SOAP implementations which I can try it out
> against ?



Interoperability

Posted by Prasad Vangavolu <pr...@varros.com>.
I am trying to use IBM SOAP client to communicate with MS SOAP server. If
anyone tested this before please let me know your feedback.

Thanks in advance
Prasad Vangavolu


Interoperability

Posted by Prasad Vangavolu <pr...@varros.com>.
I am trying to use IBM SOAP client to communicate with MS SOAP server. If
anyone tested this before please let me know your feedback.

Thanks in advance
Prasad Vangavolu


RE: Interoperability

Posted by Brent G <su...@acm.org>.
nope ms does not conform to the standard
http://windows.oreilly.com/news/soapreview_0600.html


-----Original Message-----
From: George I Matkovits [mailto:matkovitsg@uswest.net]
Sent: Tuesday, August 08, 2000 11:03 PM
To: soap-user@xml.apache.org
Subject: Re: Interoperability


Please try the MS version You should be able to get the Soap Tool Kit from
MS directly.
Regards - George

Rocky Raccoon wrote:

> Hi,
>         If I write a SOAP Client using Apache's soap.jar will it
> work with a SOAP Service deployed on some other SOAP server, say MS's.
>
> Currently I am trying out my SOAP Clients against Apache SOAP with
> Apache
> Server + TOMCAT ?
> Is there any other freeware SOAP implementations which I can try it out
> against ?


RE: Interoperability

Posted by Brent G <su...@acm.org>.
nope ms does not conform to the standard
http://windows.oreilly.com/news/soapreview_0600.html


-----Original Message-----
From: George I Matkovits [mailto:matkovitsg@uswest.net]
Sent: Tuesday, August 08, 2000 11:03 PM
To: soap-user@xml.apache.org
Subject: Re: Interoperability


Please try the MS version You should be able to get the Soap Tool Kit from
MS directly.
Regards - George

Rocky Raccoon wrote:

> Hi,
>         If I write a SOAP Client using Apache's soap.jar will it
> work with a SOAP Service deployed on some other SOAP server, say MS's.
>
> Currently I am trying out my SOAP Clients against Apache SOAP with
> Apache
> Server + TOMCAT ?
> Is there any other freeware SOAP implementations which I can try it out
> against ?


RE: Interoperability

Posted by James Snell <js...@lemoorenet.com>.
This is a really good choice, but be aware of the fact that there are still
some interop issues here.  Namely, the Apache code requires that all
parameters be explicitly tagged with a xsi:type attribute, and the MS code
doesn't support this feature (which is optional according to the SOAP
specification).

- James

-----Original Message-----
From: George I Matkovits [mailto:matkovitsg@uswest.net]
Sent: Tuesday, August 08, 2000 9:03 PM
To: soap-user@xml.apache.org
Subject: Re: Interoperability


Please try the MS version You should be able to get the Soap Tool Kit from
MS directly.
Regards - George

Rocky Raccoon wrote:

> Hi,
>         If I write a SOAP Client using Apache's soap.jar will it
> work with a SOAP Service deployed on some other SOAP server, say MS's.
>
> Currently I am trying out my SOAP Clients against Apache SOAP with
> Apache
> Server + TOMCAT ?
> Is there any other freeware SOAP implementations which I can try it out
> against ?



Re: Interoperability

Posted by George I Matkovits <ma...@uswest.net>.
Please try the MS version You should be able to get the Soap Tool Kit from
MS directly.
Regards - George

Rocky Raccoon wrote:

> Hi,
>         If I write a SOAP Client using Apache's soap.jar will it
> work with a SOAP Service deployed on some other SOAP server, say MS's.
>
> Currently I am trying out my SOAP Clients against Apache SOAP with
> Apache
> Server + TOMCAT ?
> Is there any other freeware SOAP implementations which I can try it out
> against ?


Re: Interoperability

Posted by George I Matkovits <ma...@uswest.net>.
Please try the MS version You should be able to get the Soap Tool Kit from
MS directly.
Regards - George

Rocky Raccoon wrote:

> Hi,
>         If I write a SOAP Client using Apache's soap.jar will it
> work with a SOAP Service deployed on some other SOAP server, say MS's.
>
> Currently I am trying out my SOAP Clients against Apache SOAP with
> Apache
> Server + TOMCAT ?
> Is there any other freeware SOAP implementations which I can try it out
> against ?


Re: Interoperability

Posted by Simon Fell <so...@zaks.demon.co.uk>.
On Thu, 03 Aug 2000 17:24:11 -0700, in soap you wrote:

>Hi,
>	If I write a SOAP Client using Apache's soap.jar will it
>work with a SOAP Service deployed on some other SOAP server, say MS's.

The current versions of Apache SOAP & MS SOAP don't inter-op as the MS
SOAP toolkit won't spit out the type qualifiers on the elements.

>Currently I am trying out my SOAP Clients against Apache SOAP with
>Apache
>Server + TOMCAT ?
>Is there any other freeware SOAP implementations which I can try it out
>against ?

you could try my SOAP/COM Server code,
www.zaks.demon.co.uk/com/soap.html

Cheers
Simon