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...
10713
Karr, David
davidmichael...
Aug 16, 2006 3:41 pm
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...
10714
Glen Daniels
glen@...
Aug 16, 2006 3:49 pm
... 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...
10715
Richard Salz
rich_salz
Aug 16, 2006 4:33 pm
... 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...
10716
Glen Daniels
glen@...
Aug 16, 2006 4:42 pm
... 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...
10717
Richard Salz
rich_salz
Aug 16, 2006 5:37 pm
Damn, I keep getting that wrong. Thanks Glenn /r$ -- SOA Appliances Application Integration Middleware...
10719
tkogan2002
Aug 17, 2006 5:42 pm
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> ...
10720
Kogan, Tamara
tkogan2002
Aug 17, 2006 9:33 pm
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> ...
10721
ejv02
Aug 19, 2006 8:19 am
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...
10722
Steve Loughran
steve_loughran
Aug 20, 2006 10:11 am
... 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,...
10723
Steve Loughran
steve_loughran
Aug 21, 2006 1:39 pm
... Of course; that is exactly what xsd:any implies. There's some complexity related to namespaces, specificially whether you allow content the ##other and...
10724
Peter Hendry
peter.hendry@...
Aug 28, 2006 1:24 am
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...
10725
Joe Hourcle
jhourcle
Aug 30, 2006 8:12 pm
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...
10726
Samisa Abeysinghe
samisa.abeysinghe@...
Sep 2, 2006 12:02 am
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...
10733
kalyan
ukchakravarti
Sep 25, 2006 7:30 am
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...
10735
ejv02
Sep 29, 2006 8:48 am
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...
10736
ejv02
Sep 30, 2006 6:49 am
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, ...
10741
Thilina Gunarathne
thil747
Nov 14, 2006 2:03 pm
... 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...
10742
sumnerdowney
Nov 30, 2006 8:17 am
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/ ...
10743
Steve Loughran
steve_loughran
Nov 30, 2006 11:55 pm
... 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...
10744
Paul Downey
sumnerdowney
Dec 1, 2006 5:01 am
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/ ...
10745
Paul Downey
sumnerdowney
Dec 1, 2006 9:41 am
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...
10746
brajeshkumar69
Jan 21, 2007 6:24 am
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...
10747
Steve Loughran
steve_loughran
Jan 29, 2007 4:41 pm
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. ...
10748
John Kemp (Nokia-NRC/...
frumioj
Jan 29, 2007 5:23 pm
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 ...
10749
Steve Loughran
steve_loughran
Jan 29, 2007 6:15 pm
... Yes, I am thinking of how best to handle the situation on my end. I currently work back from newest to oldest namespaces looking for a match, and ignore...
10750
illsleydc
Jan 29, 2007 6:34 pm
Steve, The WS-A implementations I have knowledge of both take the (c) approach and only process one namespace. This means that when mustUnderstand processing...
10751
John Kemp (Nokia-NRC/...
frumioj
Jan 29, 2007 6:36 pm
... That seems reasonable... ... That seems reasonable too ;) ... Right. I just don't think you should feel too secure about sending all three together. It...
10752
Paul Downey
sumnerdowney
Jan 30, 2007 12:08 pm
Hi Steve ... I raised this very issue in my position paper [1] to the W3C Workshop on Enterprise computing, and see it as a fundamental consequence of SOAP not...
10753
Glen Daniels
glen@...
Jan 30, 2007 6:18 pm
Hi Paul! ... While I don't necessarily disagree with this (and believe me, the discussion as to processing order was a big one back in the early days of XMLP),...