I'm having troubles getting my client to send values to function. I need a perl client to send this structure: POST /VSMapi/VSMapi.asmx HTTP/1.1 Host:...
6555
Martin Busik
mbusik70
Jan 4, 2011 2:10 pm
Hi Andres, well, SOAP is an acronym for "is not simple, is not object, is not application, is not protocol" :-) ... In the early days of webservices, the xml...
6554
as.aellen
Dec 20, 2010 5:35 pm
Hi all I'm writing a soap::lite client. When this client calls the operation from a WebService the first time, it is successfull. The call works and also the...
6553
shanebouslough
Dec 13, 2010 8:10 pm
I'm developing a SOAP::Lite client that talks to a .Net WCF service. There was a bug in one of the service methods that generated a 500 Internal Server Error...
6552
shanky1171
Dec 10, 2010 6:31 pm
Hi, I have to generate requests to an Internal Server that does not ahve a signed certificate. I keep getting the error ...
6551
Martin Busik
mbusik70
Dec 9, 2010 5:50 pm
Hi, ... AFAIK, this is not an goal of SOAP::Lite. You could, of course, generate a SOAP-Request object and then query the namespace used, but in my opininion...
6550
rahed
raherh
Dec 8, 2010 2:02 pm
... Hello, the code below generates this xml: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
6549
cresswell.alex
Dec 7, 2010 9:32 pm
One of our other developers sent me a correct request to the service I am attempting to use. Here is his: <?xml version="1.0" encoding="utf-8"?><soap:Envelope...
6548
Alex Cresswell
cresswell.alex
Dec 7, 2010 6:54 pm
In the request it sends "<Type xsi:nil="true" xsi:type="tns:EventGroupType" />" I would expect to see "<Type xsi:nil="true"...
6547
rahed
raherh
Dec 7, 2010 8:16 am
... Sorry, the request, not the response. -- Radek...
6546
rahed
raherh
Dec 7, 2010 8:13 am
... What should the response look like? It's not clear from the wrong one. -- Radek...
6545
cresswell.alex
Dec 6, 2010 10:40 pm
When I try to call a method with an enumeration as one of the parameters, nothing is sent. How do explicitly define the type? I assumed that since the WSTL...
6544
as.aellen
Dec 3, 2010 10:01 am
Hi all My soap::lie script calls a webservice on a server. Unfortunately the server finds only some attributes/elements from the request, but not all. Perlcode...
6543
pgfarr
Dec 2, 2010 7:15 pm
I need to retrieve the targetNamespace value from a service's wsdl. Is there any way to do this via SOAP::Lite? I can see the value sitting in the schema...
6542
Attila-Mihaly Balazs
x_at_y_or_z
Nov 29, 2010 4:41 pm
Yes, that was one of the suspicions I've had, but I have the XS version of XML::Parser installed (as confirmed by the snippet below which prints out 2.36). ...
6541
Joseph Werner
telcodev@...
Nov 25, 2010 8:53 pm
Try this: Trap your outbound XML message. Build a SOAP::Data structure that will produce such an XML. Use the call utility function to call the service using...
6540
Attila-Mihaly Balazs
x_at_y_or_z
Nov 25, 2010 4:49 pm
Hello. I don't think it is a timeout issue, since it consumes 100% of CPU during the entire wait time (fortunately I have 2 cores - 4 if you consider HT :-)). ...
6539
Dan Speers
tnjeditor
Nov 24, 2010 5:59 pm
If it is taking minutes then it sounds like you are encountering some kind of timeout. Does the WSDL have some kind of external DTD that it is trying to fetch...
6538
x_at_y_or_z
Nov 24, 2010 5:33 pm
Hello everybody. I've tried to use SOAP::Lite to access the API of SevOne (a monitoring solution), however it seems to have very poor performance. For example...
6537
Jo Rhett
jorhett
Nov 15, 2010 11:55 pm
I'm seeing a problem where a certain type of error produces a die() inside the Transport module. That should be fine -- I have the entire soap-lite call...
6536
Chaitanya Yanamadala
y_chaitu...
Nov 12, 2010 4:39 pm
Hai i am developing an application with some thing like this in mind. SERVER ... CLIENT CLIENT CLIENT a server is connected to three client machines. when...
6535
rknaak07
Nov 11, 2010 10:51 pm
Does anybody on the board do hourly or project based consulting work. Need help updating several web service calls to the vendors latest version. Thanks Rob...
6534
as.aellen
Nov 8, 2010 3:50 pm
Hi all My Perl WebClient calls over soap::lite a webservice on a server and gets following error from the server: Problem #' 08.11.2010 15:20:59.549 [INFO ]...
6533
tekman2001
Nov 5, 2010 9:27 pm
When I try to run this I get a 500 error. Can anyone shed some light on what might be causing this. I have tryed comparing my output to the anticipated xml...
6531
Martin Busik
mbusik70
Nov 5, 2010 3:26 pm
Hi, ... It is allways good to have a working example :-) ... Please note: according to the working SoapUI example, the webservice "method" you are calling is...
6530
as.aellen
Nov 5, 2010 3:02 pm
Hi all When my Perl client calls a WebService over soap it gets following error from the server: Error soapenv:Envelope ...
6529
Martin Busik
mbusik70
Nov 3, 2010 6:38 pm
Hi Andres, ... $webService->call("doc:getCustomerAccessState",SOAP::Data->name("doc:request ") ... I see there two problems: 1. you need either to add: ...
6528
chfoerst@...
chfoerst...
Nov 3, 2010 3:56 pm
Hi all, I have a nice running Soap-Server, which can be started in HTTP or HTTPS mode. When I start this in HTTPS mode, and I telnet on the listening Port, the...
6527
Martin Busik
mbusik70
Nov 3, 2010 8:39 am
Hi, see the documentation to the on_action method. you might use something like: $proxy->on_action(sub{"http://example.com/soap/my_api.wsdl#$method"}); where...
6526
prami_22
Nov 3, 2010 6:56 am
Hello, I have written a soap server in perl & client in PHP but when calling method I get follwoing error ... PHP Fatal error: Uncaught SoapFault exception:...