WebServices and .NET
Hi there,
Im currently exposing functionality of an existing application as a
Web Service - Im using Axis 1.x for this. I have read that the only
style of Web Service supported by .NET is "wrapped" as opposed to,
say, "document".
Anybody got any experience/thoughts on this?
Cheers
Lord0
.
Relevant Pages
- AXIS and Java - concurrent transactions overwriting each other
... We have written a Java web service that runs under Apache Tomcat and ... AXIS. ... transactions appear to occasionally overwrite each other, ... is "doTransaction" which accepts String XML. ... (comp.lang.java.programmer) - Re: SOAP project
... | The interop problems I've seen are between .NET and AXIS, ... | There's another Web Service written in perl. ... there is no WSDL for that. ... (microsoft.public.dotnet.languages.csharp) - Calling a Axis web service from Biztalk 2004
... Im having huge problems consuming an Axis web service from Biztalk ... The request goes well and Axis sends the response, ... (microsoft.public.biztalk.general) - Re: Can SoapExtension class be used to handle headers from AXIS web se
... AXIS web service using .NET and pulling info from the soap headers ... I know the SoapExtension class provides an API to peek ... SoapExtensions on the server (AXIS, ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: consuming Java (Apache Axis) Web Service
... The best practice is to start with a WSDL and generate the skeletons and ... interfaces from that WSDL using the AXIS WSDL2Java tool. ... The object returned by the web service is serialized. ... (microsoft.public.dotnet.framework.webservices) |
|