... I believe someone posted elsewhere that the schema is not (yet) correct. ... Perhaps a useWSIProfile option? Or require such WSDL's to have a conformance...
Hey, if anyone on soapbuilders replies to that (or any other similar messages), please don't reply to jsr-110-eg-disc, as that group is members-only... my...
Glen Daniels
glen@...
Aug 5, 2005 5:30 pm
10337
... This was a fix added to 1.1. In 1.0, some WSDL elements were extensible via attributes and some via elements. ... Unfortunately, that schema is not yet...
We're fixing the issue at hand. But I agree with Glenn, that the restriction on wsdl:binding attribute extensibility was not the intent of WSDL spec and it...
Kirill Gavrylyuk
kirillg@...
Aug 5, 2005 6:49 pm
10344
I ran into some issues with SOAP Headers that are simple types when using .NET 1.1. I documented the issues here ...
Hi Simon, .Net 1.1 behavior aside, this is an interesting issue, that I don't think was discussed a lot (surprisingly). I do not believe that test_1header.wsdl...
Kirill Gavrylyuk
kirillg@...
Aug 12, 2005 12:59 am
10346
Meant to add [1] http://www.pocketsoap.com/weblog/2005/08/test_1header.wsdl ... From: soapbuilders@yahoogroups.com [mailto:soapbuilders@yahoogroups.com] On...
Kirill Gavrylyuk
kirillg@...
Aug 12, 2005 1:01 am
10347
That's a good point. I'd say its valid, although it doesn't account for everything. (a request which is valid to the schema is a valid request) You could also...
Hi all, Another little poll:-) Do folks support line feed normalization and character reference processing well? I.e. what do your web services stacks...
Kirill Gavrylyuk
kirillg@...
Aug 16, 2005 1:35 am
10350
I will be out of the office starting 16/08/2005 and will not return until 22/08/2005. I will respond to your message when I return....
You can download the release from: http://www.apache.org/dist/ws/axis2/0_91/axis2-0.91-src.zip http://www.apache.org/dist/ws/axis2/0_91/axis2-0.91-bin.zip This...
Kirill,
Started with basic xerces/parser stuff (JDK 1.4.2_09). works as you
expected. i will check axis1 next and drop another note. (see attached
code and...
Kirill, Preliminary analysis shows Axis 1.2.1 is working as expected when receiving the soap messages (though there is a bug that if the application wants to...
Thanks Dims! - this is great. ... That doesn't seem to be a bug - if I understand it right on send you escape, which is ok. In order to do this test, one has...
Kirill Gavrylyuk
kirillg@...
Aug 19, 2005 11:47 pm
10356
Whew! thanks :) -- dims ... -- Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform...
Hi all, In this group some time ago it was described the x/o impedance mismatch as the set of conceptual and technical difficulties existing when mapping...
... Sure, one can define a rigorous mapping between, say, the Java object model and XML. And one can define one between, say, C++ and XML. And another for...
... Answering myself, I do see more problems in the oo->xml direction than the xml->oo (for example, in native languages you cannot express value ranges in...
I will be out of the office starting 08/22/2005 and will not return until 08/23/2005. I will have limited access to email. While I'm out, please contact ...
Kate Hobbie
kate_hobbie@...
Aug 22, 2005 11:05 pm
10367
... Sure, something like public class XTDriver extends XSLTDriver ... in Java, and class XTDriver : public XSLTdriver in C++, that makes sense and might be...
I want to use SOAP to carry RPC messages between HTTP 1.1 client and server. Both HTTP client and server should be able to send RPC request and response to...
The notion of palatability also complicates the issue. Imagine that I'm working in C# or Java and I define an object model that uses a hashtable. My toolkit...
A strong suggestion: keep each soap message and response as a single HTTP exchange and use HTTP/1.1 connection keep-alive. But if you don't do that, the...
Thanks for replying Rich, I have look SOAPpy (pywebsvcs.sf.net) library in detail but the problem with this library is HTTP client always act as SOAP client...
Hello, It sounds like what you're looking for (partially anyway) is the ability to send a SOAP request inside an HTTP response. The standard SOAP HTTP binding...