Hi, i'm trying to write a perl program using SOAP with a remote system. The remote side already has a WDSL file, and i'm wondering if anyone has an example how...
I will be out of the office starting 07/09/2006 and will not return until 07/15/2006. If this is going to a mailing list, I apologize. In case of emergency,...
Hi Justin, StrikeIron created a "How-to" guide for perl developers using SOAP::LITE. I've uploaded it into the Files folder in this Yahoo Group. You can find...
Wrong list. This is not a user help discussion list. This list is used by the vendors and open source communities (the people that build SOAP implementations)...
Hi, For a product to support Document/literal encoding as in .NET. Is it a must for it to be able to understand the WSDL file? Thanks and Regards, M Shetty...
I need to use an outside web service that I've discovered has an unconventional trait. If something goes wrong, either in the input message body, message...
... I don't think this violates any spec. It's certainly more polite to return a SOAP fault, but there will always be cases where a problem actually occurs...
Glen Daniels
glen@...
Aug 16, 2006 3:49 pm
10715
... SOAP 1.1 requires that faults be returned with HTTP status 500. SOAP 1.1 does not require that HTTP never send 500 under any other circumstances. ... SOAP...
... Um, nope. See table of response codes here: http://www.w3.org/TR/2003/REC-soap12-part2-20030624/#http-reqbindwaitstate SOAP 1.2 did clarify things, but it...
Glen Daniels
glen@...
Aug 16, 2006 4:42 pm
10717
Damn, I keep getting that wrong. Thanks Glenn /r$ -- SOA Appliances Application Integration Middleware...
I have a question to SOAP client/server builders. A server published the WSDL schema with a complex type described like this: For example: <xsd:schema> ...
I have a question to SOAP client/server builders. A server published the WSDL schema with a complex type described like this: For example: <xsd:schema> ...
Hi all, I need to test with DataSets. Does anyone know the endpoint of any public .NET web service returning a DataSet? It is quite annoying looking by hand...
... but we do stick the original Http error code in there somewhere so you can distinguish your 404 from your 302, and maybe even the nested error text,...
... Of course; that is exactly what xsd:any implies. There's some complexity related to namespaces, specificially whether you allow content the ##other and...
I wanted to run this past these groups before putting it to the WS-I AP and WSDL WG lists in case I'm missing something. The MIME WSDL 1.1 schema...
Peter Hendry
peter.hendry@...
Aug 28, 2006 1:24 am
10725
I was wondering if anyone knew of any repository of collected wisdom (or even just single experiences) on writing SOAP toolkits. I have some rudimentary SOAP...
We are pleased to announce the release of Apache Axis2/C version 0.93. You can download this release from http://ws.apache.org/axis2/c/download.cgi Key...
Samisa Abeysinghe
samisa.abeysinghe@...
Sep 2, 2006 12:02 am
10733
Hi , I am going through the website( <http://www.w3.org/TR/wsdl#_wsdl>) for Web Services Description Language (WSDL) 1.1, and found that the binding...
Hello, I have heard many times of interoperability problems with xs:choice and other constructs regarding data binding tools. However I don't manage to...
I found a more approapiate place for such questions: the XML Schema Patterns for Databinding Working Group (http://www.w3.org/2002/ws/databinding/ ) Best, ...
... Hash: SHA1 Just over 6 months since the original 1.0 release, we are very proud to announce the release of Apache Axis2 version 1.1. Downloads are...
Dear soapbuilders, You may be interested to take a look at the work of the W3C XML Schema Patterns for Databinding WG: http://www.w3.org/2002/ws/databinding/ ...
... Paul, when exactly was this email posted :) ... I celebrate any standard that is accompanied by a test suite.I just have one little process question. Will...
Dear soapbuilders, You may be interested to take a look at the work of the W3C XML Schema Patterns for Databinding WG: http://www.w3.org/2002/ws/databinding/ ...
Hi Steve ... d'oh! ... This one goes further - the spec is the test suite - it's mostly just a bunch of XPath "patterns" bundle in to a XSLT detector and a...
Hi, I want to send message from an application in .NET to IBM MQ series ESB and am planning to use SOAP protocol. I am palnning to use SoapFormatter of .NET to...
I know having more than <wsa:To> or wsa:MessageID header in your Soap message is a nono, for any binding of wsa: to the various draft and final WS-A releases. ...
Hi Steve, ... Looking at this practically - if the correct WSA (and other) headers are present (and in the SAME namespace), then it seems possible that the ...