SOAP

  • Thread starter Thread starter Tim Wallace
  • Start date Start date
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
 
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,
 
Back
Top