http://groups.yahoo.com/group/SandHillEC/ See which soap stars will be the first to be funded by Silicon Valley's tier 1 venture firms; Submit your own plan to...
I'm building a system in which the data being sent between clients and servers can be very large. We are currently working with files that are 10's of...
Is there any reason not to have the 1st server act as a SOAP intermediary and forward the data to the second server directly? Or is it a design requirement...
Bob Cunnings
cunnings@...
Aug 3, 2003 4:41 pm
9375
I don't think that the requirements preclude having the first server be a SOAP intermediary, but I don't see how that solves the problem. Let me explain, We...
Hi, Can someone please forward me few samples on-the-wire format of a DIME message which contains a simple SOAP message? Also an example of DIME message where...
Saha, Saikat
saikat.saha@...
Aug 4, 2003 3:39 am
9377
Hi, A while back I zipped up some traces captured during Soapbuilders round 4 document style DIME testing, they are located at: ...
Bob Cunnings
cunnings@...
Aug 4, 2003 4:44 am
9378
Paul, while in SOAP/1.1 you can indeed put the URIs in the href attribute, in SOAP version 1.2 you can't do the equivalent and use the ref attribute because it...
... I think you'd be hard pressed to find a DIME impl. handling > 4GB in a single message, even though it is part of the spec. I don't know what the SwA limit...
Hello, I just joined this group and have been browsing through all the posting on this discussion group. I am quite new in web servcies area. I want to do a...
I have a web service accepting SOAP messages. I would like the client application to have a tool that will monitor the messages at the server. i.e, it should...
Hi, Can anyone please point me to a WSDL validator which could validate wsdl syntaxes, doc/lit style as well as validates document schemas etc.? Schematron...
Saha, Saikat
saikat.saha@...
Aug 5, 2003 5:25 pm
9383
Hi Saikat, At the risk of being self-promoting, you might want to check out the SOAPscope 2.0 Beta[1], which includes a very comprehensive WSDL analyzer. -...
Bismillah Rahman Raheem (In the name of Allah, The Merciful, The Gracious) [Home Page] The media classifies Muslims as "terrorists," "highjackers" and...
I've got a situation where I need to call a Perl web service from a C# .NET. I've created a WSDL file for it but I recieve this error in C# when I try and...
Richard, If you are expecting 'urn:RWS#getInfo' in your perl web service, it's what you need to advertize in your WSDL. currently, you are using 'urn:RWS'. ...
Eric, Thanks. I knew it must be something simple. Richard ... it's what you need to advertize in your WSDL. ... a ... error in ... perl/RichWebService.pl. ......
I have problem with my WebService when I calling from ASP. When I use authentification I have no problem for calling my WebService but when I put windows ...
It turns out the recently released Axis1.l product doesnt handle MustUnderstand headers right. It does throw a fault on not understood headers, but it does...
Hello, Everybody. I'm May-Chan, webmaster of www.wondermay.com I glad to suggest my site. Let's you read and visit me just a litile time :D I love Cartoon...
Hello all, Has anyone used EasySOAP++ before? I am using the O.6 version to build a C++ SOAP Client. When I try to compile my files I get wiered SOAPTypeTraits...
Thanks for your suggestions. I've thought about this and I agree with you: the cleanest way to do this is to make it part of the application data. However, my...
... Thanks for the warning. I will probably end up rolling my own DIME implementation for this and other reasons. ... Yes. ... Yes. ... Yes, I believe that I...
Hello Guys, I am new to SOAP Builder's yahoo group. I came upon this group while trying to figure out an issue that has been haunting me. I have exposed a .NET...
Hi all, I have a SOAP xml file. I try to validate it using java xml parser. So i have the soap-envelope.xsd reference in soap envelope. I also need to validate...
JOYCE JUSTIN
joyce.justin@...
Aug 11, 2003 9:03 am
9399
The problem is, when you got a complete SOAP message like this: <SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/" ...
Thanks for the note, Steve - I'd been working on a similar message, so I'll just add a few words here: MustUnderstand processing as per the SOAP 1.2 processing...
Hi, I created a simple web services application using Axis. When I run the java client application, it wroks perfectly. However, when I try to access this web...