Hi, I have a MS Soap Toolkit application (VB6) which connects fine to a Axis based server, but using a derived WSDL and tweaking the returned XML as close as ...
Hi, I am getting this error now sure what is wrong. perl stubmaker.pl http://localhost:7001/test4/test.jws?WSDL Accessing... SOAP::Schema->schema has been...
I had to spent many hours to find how to access document/literal web services using SOAP:Lite. Cant believe SOAP::Lite folks didnt have time to write a...
I had to spent many hours to find how to access document/literal web services using SOAP:Lite. Cant believe SOAP::Lite folks didnt have time to write a simple...
I had to spent many hours to find how to access document/literal web services using SOAP:Lite. Cant believe SOAP::Lite folks didnt have time to write a simple...
... I have an example client and server I can email to anyone who wants it. It has six examples from simple to complex (including a client call using a WSDL). ...
Yes, that seems like a deserialization issue. SOAP::Lite expects: <list xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:any-type[4]"> instead of <list> in...
Jens, you need to navigate through the SOAP body, see the section ACCESSING HEADERS AND ENVELOPE ON SERVER SIDE in the docs. Something like this will get you...
Hi, I've got a simple webservice that requires a SOAP request that looks ... SOAPAction: "http://scm/doWinBuild" <?xml version="1.0" encoding="utf-8"?> ...
That is not so much a WSDL as it is a schema. But that schema is easily supported. Suppose that "Request" is the schema for a request message's input. Let's...
VoIP Business was Never Easy Ever! Buy & Sell Your VoIP Minutes Hello!!! VoIP Business was never Easy Ever! Buy&Sell Call Termination Minutes Easily. START...
Hi SOAP::Lite members, I have been using a soap lite based service for the last three years at my company's website without any problems. Yesterday, when I ...
Hi all, I have implemented a webservice with Java Axis and would like to offer my users a perl client, too. Some other people asked already questions about...
Hello, I am attempting to test my SOAP::Lite client in various error conditions. One such condition is when the SOAP server cannot be reached (i.e., a...
Dominick Meglio
dmeglio@...
Jul 12, 2005 5:33 pm
4791
... I don't know what the correct answer is regarding S::L's handling of client connection timeouts. But, as a workaround, you should be able to set an alarm ...
I am having a problem getting attachments to work. I have gone through all of the previous messages on this topic, however none of them solved my problem. I am...
Hi, is the answer to my questions to simple or is there no answer? It IS REALLY important for my project to solve this serializer problem as soon as possible....
Shure... I just copied the text from my former post: Thanks for your interest Gernot Old message: Hi all, I have implemented a webservice with Java Axis and...
I am not good at WSDL files, but it seems to me it is missing a port type and operation. So, it does not specify what methods can be called. Wouldn't that be...
... I included in the problem description just the relevant type part of the wsdl, not the complete wsdl where also the getCapabilities() method is defined....
Hello, I'm hoping someone can help. I have a SOAP server that's been running happily on 0.55 and which we're now looking at upgrading so that it can support...