When I try to send compressed requests to a modified version of NuSOAP that accepts gziped and deflated requests. I hit a snagged. I solved it by changing...
Hi, all. I am sending a request to a WSDL service using SOAP::Lite. The request is about 20 sets of 30 lines of serialized data, constructed about 5 layers...
I am using SOAP::Lite to expose an API that is implemented using Inline::CPP, so I *have* to use the objects_by_reference stuff. But I noticed that the...
Hello, I've got a simple soap client that looks like this: #!/usr/bin/perl use SOAP::Lite; my $soap = SOAP::Lite->service("http:/some.server.com:4221"); ...
Hi again, All. I'm at a deadlock :( ( i'm newbie in SOAP, XML and another stuff like that :)) I'm trying to write program which will be able simulate some...
Just to remind those of you at the Portland conference that the SOAP::Lite BoF is scheduled for Wednesday at 7pm in Salon D. At the moment it's looking like...
Hi again. I'd like to switch off auto insert 'xsi:type39; in my SOAP::Data variables. I don't want to specify xsi:type at all. For example: code: $sTest =...
Hi, I'm returning an array like so; return SOAP::Data->name("AccountList")->type("xsd:ArrayOfAccounts" => \@services_accounts); Where @services_accounts is an...
Hello, Could somebody please tell me if there are methods for getting fault text received in SOAP body of a response ? For some reason, SOAP::Lite::call will...
Hello, SoapLite has a bug which perhaps seems not very severe but for some people it is essential. It sends the SOAP faults not standard. The spec says that...
Hello, I have a problem with SOAP::Mime. We are using Apache and ModPerl. When sending or receiving attachments bigger 1 MB the Apache grows to 100 MB. When...
I'm trying to process a response with an attachment (see below), but SOAP::MIME complains: "Unresolved (wrong?) href (id0) in element 'retrieveReturn'". Not...
Hello, All. I'm newbie, so i'll ask stupid questions :) Now i have to write server to process a query from some client (i can't modify this query). Client send...
Hello, All. I'm newbie, so i'll ask stupid questions :) Now i have to write server to process a query from some client (i can't modify this query). Client send...
Stefan, apologies... I had misunderstood your question. As far as I can tell there is no easy way to get to the original XML in the body on the server side....
Hi, I am trying to write a client/service-combination that exchanges a SOAP-message containing an XML document. I know how to put the XML into the message....
Hi everyone, I am new to SOAP Lite and have a question about adding sub name spaces to nested header elements. With the following method call, my $header =...
Okay.. I have been doing a lot of reading/research. So let me lay out my problem concisely. I can get the .NET client to connect and transfer simple data with...
Hey Folks, I've been fighting with Apache Axis (via CF) and SOAP::Lite quite a bit over the past weeks. I just wanted to pass along a little gem that has saved...
The following code segment: ################################################################# my $authinfo = SOAP::Data->name('Interface39;) ->attr({xmlns->...
Hello, I have set up a soap server using jaxrpc and I am trying to call methods on the server using a soaplite client. I am able to call methods when the ...
hi *, i've been playing around with soap::lite for quite a while now having great fun. however: someone forced me to write a soap client library with java and...
Hi all, I'm totally new in SOAP, I just have to build a SOAP-tunnel form my diploma work. In front of me I have a "Understanding SOAP" book, but I'm completely...
Hi All, I have gSOAP c++ soap server. I want to expose some complex data structures using this server to the clients (which include gSOAP c++ ... #include...
Hello all, I don't have a specific issue I'm seeking help on, but rather wish to tap into the collective wisdom of the mailing list's SOAP::Lite gurus. I've...