I got this working. I created a module I am calling DataSet.pm which makes this possible. DataSet.pm contains the template for constucting the XML for a .NET...
Hi, Is there is a distributable version of wsdl2perl ? I tried downloading from CVS and got errors that it could not find 'Template.pm'. I have the beta...
I'm writing a SOAP::Lite client trying to process the following response "signature". Hopefully the names/types show what is going on: <SOAP-ENV:Body> ...
I keep getting the error in the subject as a warning. I do not understand why. I am returning other hashes within hashes in the record return. '_cgi' => {...
Hi All, I am trying to do a very simple thing... please help me, I really don't know how to move forward (I have read all SOAP Lite docs, guides, and...
Hi Luc, You're welcome. Should be exactly like the previous example: <example> print SOAP::Lite ->uri($endpoint) ->proxy($proxy) ->call( ...
Todd Tyree
todd@...
Mar 4, 2004 4:22 pm
3403
Hi all! Using SOAP::Lite on the client side, I have data which is being passed to me as: xsi:type = http://schemas.xmlsoap.org/soap/encoding/base64 and these...
Hello, I am attempting to connect to a .NET service and pass simple parameters, strings and integers. But I am not having any success. Below is my client ...
Hi, ... that the XML-RPC fault codes SOAP::Lite returns are a string. I want the XML-RPC server to be compatible with as many clients as possible. Which...
Hi, how can I make the output of the debug and trace functions, which goes to the console, available inside my perl client. In the first instance I want to...
Hi, Quite new to SOAP::Lite, I encouter problems with encoding. I need to access a soap object with one method. This method takes a XML message as argument...
Hi, It turns out that there are a lot of encoding issues in the application. Valfréjus is the example. the é was encoded as C3 83 C2 A9. This turned out to...
Bruno, Have you had any luck with this yet? If not, could you send me the +trace output, and I'll have a look to see if I can help? Cheers, Todd...
Todd Tyree
todd@...
Mar 8, 2004 8:46 pm
3410
Stefan, Use IO::Capture::Stderr to wrap your call and then output the captured results into your logfile. Best, Todd...
Todd Tyree
todd@...
Mar 8, 2004 8:50 pm
3411
Hi, I noticed that the XMLRPC daemon does not fork on an incoming request, it seems to handle anything only serial (where do i find _any_ documentation about...
Hi all! Using SOAP::Lite on the client side, I have data which is being passed to me as: xsi:type = http://schemas.xmlsoap.org/soap/encoding/base64 and these...
Hi Pierre, There is nothing obvious. What should the return value be? 'teststring'? Hope you don't mind, but I'm posting this back to the mailing list as...
Todd Tyree
todd@...
Mar 9, 2004 10:41 pm
3414
... The XMLRPC::Lite package is not designed to be a complete daemon/server solution. Nor is SOAP::Lite. Both are object frameworks around which you can build...
I'm trying to override the default namespace tag and I could use some help. My code: <snip> $self->{som} = $self->{soap}->SetConfig( # Generate body ...
Hi, Is it possible? Does anyone have some sample code of an attachment being passed via SOAP over SMTP? I've done quite a lot of googling... all googled out...
Hi This is not a question specific to SOAP::Lite, so please direct me to an appropriate forum if necessary. I have an ASP.NET Web Application which uses...
All, Is there any low-impact method for getting SOAP::Lite to accept an RPC response with rpc/literal serialization? I found that I can override the default...
Steven N. Hirsch
hirschs@...
Mar 15, 2004 9:22 pm
3419
*SOAP::Serializer::as_string = \&SOAP::Serializer::as_base64; Doesn't work for me, I get this error: Type 'base64' can't be found in a schema class...
Hallo, Is there a way to make use of the HTTP/1.1 keep-alive feature when calling several methods of a web service within a few seconds? I'd like to get rid of...
Has anyone successfully written a SOAP::Lite client with ActiveState 5.6 for Win32 that uses HTTPS? Trying to convert working client to HTTPS but getting...
Hi, In looking at the SOAP::Lite CPAN package, it is named 'SOAP-Lite-0.60a', but when it's unpacked, it creates a directory named 'SOAP-Lite-0.60'. According...
I've been reading 'Programming Web Services w/ Perl', which is a great book BTW. However, I'm not clear on something: Is XML-RPC limted to using HTTP as the...