The SOAP 1.1 Envelope schema[1] has been updated. Two changes have been made: 1. A global element declaration for Fault has been added 2. The attribute...
Rich, Simon, WE just updated the SOAP envelope schema, but unfortunately I'd not noticed/had forgotten about this problem, too much time working on 1.2 is my ...
If its going to be rev'd, can we get the anyAttribute declaration for Envelope changed from ##other to ##any, as the encodingStyle attribute can appear on any...
Jacek, Thanks for the explanation. ... I agree. It certainly should not. The schemas will tell the difference. ... I can't argue that. ... Point taken. I...
Robert, others, see below. 8-) Jacek Kopecky Senior Architect, Systinet Corporation http://www.systinet.com/ ... If we use XML Schema to describe the...
Hi, After looking over the WSDL, I have a question. It is clear that the receiver is to fault in a particular way for each operation. In the rpc/encoded cases...
Bob Cunnings
cunnings@...
Sep 2, 2002 4:41 pm
8482
Hi, I've run into a problem with the WSDL. In the bindings, the "name" attribute is omitted from the soap:fault element, on all operations except ...
Bob Cunnings
cunnings@...
Sep 3, 2002 1:34 am
8483
Hi, An endpoint is now available for testing the Round 4 "simple-rpc-encoding" operations, part of the Fault processing tests. The WSDL doc is at: ...
Bob Cunnings
cunnings@...
Sep 3, 2002 5:51 am
8484
Hi, I'm relatively new to VB6 and a total rookie when it comes to the SOAP-protocol. I have a question or two regarding Internet- connections. Background: *I'm...
This is explained pretty well in the COM STK documentation - but it seems like you are on the right track. comments inline... ... This is handled by the client...
Hi all... I want to use PHP for serving SOAP webservices. Currently I have installed NuSOAP (http://dietrich.ganx4.com/nusoap), and made a simple server.php...
The LC WD contains the following text in [1]. "The encodingStyle attribute information item MAY only appear on: 1. A SOAP header block (see 5.2.1 SOAP header...
... Sure is. Most obviously, a two dimensional array must be rectangular. An array of array allows for differing extents, and perhaps differing types, for...
noah_mendelsohn@...
Sep 3, 2002 3:52 pm
8489
I'll post the updated WSDLs shortly. Thanks for pointing this out. Regards, -Arun ... -- ============================================= There is only one me, I...
The end point for Wingfoot's SOAP server is up and running. I have registered the endpoints with Simon Fell's registry and White Mesa's registry. Could the...
http://www.pocketsoap.com/weblog/soapInterop/ includes updated results for the base & round B tests. The regular problems prevail, lack of charset on the...
Hi, We've just released a free WSDL Editor. Basically, this is an upgraded, standalone version of the WSDL Editor that's part of CapeStudio. Among other...
Robert, others, please see below. I apologize about not responding earlier, but I was too busy. Jacek Kopecky Senior Architect, Systinet Corporation ...
The updated WSDLs along with the test specifications are available at http://soapinterop.java.sun.com/soapbuilders/r4/index.html Regards, -Arun ... -- ...
Hi folks, I'd like to have a telecon on 9/6 at 2:00pm PDT to kick off the Round V F2F preparations. The tentative agenda for the telecon is: - Close on the...
Hi, An endpoint is now available for testing the Round 4 "complex-rpc-encoding" operations, part of the Fault processing tests. The WSDL doc is at: ...
Bob Cunnings
cunnings@...
Sep 5, 2002 5:29 am
8498
I'm kind of stuck again it seems! I just realized that i can't rely on SOAP toolkit in my VB6- application as it makes an impact on other users (they too need...
I'm kind of stuck again it seems! I just realized that i can't rely on SOAP toolkit in my VB6- application as it makes an impact on other users (they too need...
... This is problem? Why can't you install the STK components with your app? I'll bet you are using several libraries in your app why is the STK any...
You get the executables and source for a VB6 processor + client + docs, here: http://www.topxml.com/code/?p=3&id=v20020620100238&ms=50&l=&sw=All If this may...
You don't really need the Soap toolkit. The minimum you'd need would be and HTTP component, and something that could create/parse XML. The simplest thng to use...
pprussak@...
Sep 5, 2002 1:54 pm
8504
Hi Bob, I ran JAX-RPC clients against your "fault" endpoint. In simple-rpc-encoded, if you can change your service implementation to throw faults as per the...
Hi, Ok, I see the problem. I naively associated the fault message with an input parameter value based on the name of the fault message (e.g. SimpleFault1 to ...