SOAP

T

Tim Wallace

A co-worker stated that .NET uses SOAP 1.1 in making web service calls. Our
app server, WebLogic 8.1, only understands SOAP 1.0. We have to .NET-based
applications that we would like to consume our (soon-to-be-developed) web
services hosted on our WebLogic 8.1 server.

Can anyone tell me if the versions statements above are true and if so, is
there any problem doing what I outlined?

Tim
 
J

Joerg Jooss

Thus wrote Tim Wallace" twallace-ThisDoesNotBelong-AT-emailDOTcom,
A co-worker stated that .NET uses SOAP 1.1 in making web service
calls. Our app server, WebLogic 8.1, only understands SOAP 1.0. We
have to .NET-based applications that we would like to consume our
(soon-to-be-developed) web services hosted on our WebLogic 8.1 server.

Can anyone tell me if the versions statements above are true and if
so, is there any problem doing what I outlined?

I'm not aware of any SOAP 1.0 support in the .NET framework, not even in
COM+.

Why don't you use an up-to-date Java WS stack like Axis or XFire?

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top