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...
10373
omkar singh
omkar_s_2000
Aug 23, 2005 3:13 pm
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...
10372
Davanum Srinivas
dims
Aug 23, 2005 1:44 pm
try Axis/C++. i think it supports HTTP1.1. -- dims ... -- Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform...
10371
Rich Salz
rich_salz
Aug 23, 2005 1:26 pm
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...
10370
Tim Ewald
tim_ewald
Aug 23, 2005 1:23 pm
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...
10369
omkar_s_2000
Aug 23, 2005 1:14 pm
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...
10367
Rich Salz
rich_salz
Aug 23, 2005 3:48 am
... Sure, something like public class XTDriver extends XSLTDriver ... in Java, and class XTDriver : public XSLTdriver in C++, that makes sense and might be...
10362
Kate Hobbie
kate_hobbie@...
Aug 22, 2005 11:05 pm
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 ...
10361
ejv02
Aug 22, 2005 10:12 pm
... 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...
10359
Rich Salz
rich_salz
Aug 21, 2005 3:28 am
... 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...
10358
Simon Fell
simonfell99
Aug 20, 2005 6:25 pm
Yes, I think many of the issues can be addressed by making the toolkits smarter, but the current round of tools aren't that smart yet. Cheers Simon...
10357
ejv02
Aug 20, 2005 5:24 pm
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...
10356
Davanum Srinivas
dims
Aug 19, 2005 11:48 pm
Whew! thanks :) -- dims ... -- Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform...
10355
Kirill Gavrylyuk
kirillg@...
Aug 19, 2005 11:47 pm
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...
10354
Davanum Srinivas
dims
Aug 19, 2005 11:43 pm
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...
10353
Davanum Srinivas
dims
Aug 19, 2005 5:45 pm
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...
10352
Eran Chinthaka
sweranchinthaka
Aug 16, 2005 3:33 pm
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...
10350
Nilanjan Raychaudhuri
nilanjan1975
Aug 16, 2005 2:29 am
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....
10349
Kirill Gavrylyuk
kirillg@...
Aug 16, 2005 1:35 am
Hi all, Another little poll:-) Do folks support line feed normalization and character reference processing well? I.e. what do your web services stacks...
10348
Simon Fell
simonfell99
Aug 12, 2005 3:47 am
ahhh, here's the pointer to when i last tried this http://www.dotnet247.com/247reference/msgs/7/36948.aspx cheers Simon...
10347
Simon Fell
simonfell99
Aug 12, 2005 1:15 am
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...
10346
Kirill Gavrylyuk
kirillg@...
Aug 12, 2005 1:01 am
Meant to add [1] http://www.pocketsoap.com/weblog/2005/08/test_1header.wsdl ... From: soapbuilders@yahoogroups.com [mailto:soapbuilders@yahoogroups.com] On...
10345
Kirill Gavrylyuk
kirillg@...
Aug 12, 2005 12:59 am
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...
10344
Simon Fell
simonfell99
Aug 11, 2005 5:33 pm
I ran into some issues with SOAP Headers that are simple types when using .NET 1.1. I documented the issues here ...
10339
Kirill Gavrylyuk
kirillg@...
Aug 5, 2005 6:49 pm
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...
10338
Sonali Kanaujia
sonalijaidka
Aug 5, 2005 6:45 pm
FYI--These are the Microsoft public RM endpoints that contain the non-compliant WSDLs. Look for wsp:PolicyURIs attribute on wsdl:binding. ...
10337
Anish Karmarkar
backpacker_or
Aug 5, 2005 5:46 pm
... 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...
10336
Glen Daniels
glen@...
Aug 5, 2005 5:30 pm
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...
10335
Rich Salz
rich_salz
Aug 5, 2005 2:57 pm
... 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...
10334
Glen Daniels
webservicedude
Aug 5, 2005 1:55 pm
[cc'ed to soapbuilders because I think that community is generally interested in this kind of issue] Hi folks! In...