Hi, I have been working on a product which provides access to its APIs using web services. The way to invoke any API is to start telnet session and pasting the...
Hello everyone: I'm running an apache 1.3.* server with mod_ssl, mod_perl & SOAP::Lite, and I seem to be hitting a wall in terms of performance. Granted, I'm...
Hi, i'm wondering if it's possible, and if yes how, to export variables from the dispatching script, to the dispatched service, without go trought ENV. ...
I have released a new version of SOAP::Lite. It is available on sourceforge now, or on CPAN in a couple of hours. The new version is 0.68 and includes a number...
hi, I am trying to get information from a database using SOAP::Lite. However I keep getting the following error: Can't locate object method "new" via package...
Hello all. I'm having a similar problem to [id://548716|this]. Unfortunately, I couldn't figure out the solution from the thread. I'm calling a Web Service...
Hi, I need to create a SOAP::Lite client in perl and I don't have specifications for doing this in this language. I do have an example in C# though. Can you...
Hi, I'm writing a SOAP::Lite v0.60 client for a GeoTrust SOAP v1.1 doc/lit service that requires a complex request doc. I'm using v0.60 because I would rather...
Hi All, I has been trying to access CA unicenter webservices using SOAP::Lite to connect axis webserver and calling 'getObjectValues' but it looks like it...
So I'm using SOAP::Lite to build a Perl interface to a NetScaler load balancer (end goal is to have servers added and removed from a pool in an automated...
Hi Is there any documentation on how to create a custom type for use with SOAP::Lite? I'm writing clients and servers with the module and all is fine, but my...
SugarCRM has a set_entry method via SOAP I'm attempting to use. I've made a working xml post by hand, but I'm unsure how to get my SOAP::Lite object to post...
Is it possible to use SOAP::Lite (0.67) using a service description with a WSDL that requires basic authentication? I can get to work just fine using...
Hello, I'm trying to use a SOAP::Lite client V0.67 with the native web services in SQL Server 2005. I am getting the following error when I try to get the...
Hi, I have to send attributes as <urn:Foo> ... </urn:Foo> and *not* <Foo xsi:type="..."> ... </Foo> The argument «xsi:type...» is beeing added by SOAP::Lite ...
I've reviewed the source for lwp-request to see how it overrides get_basic_credentials. As of yet, i'm undecided on how I can approach this. Would a patch to...
Hi All, after much frustration I come to the source in hope of enlightenment. Is it possible to run mod_soap on Apache 2.2.2? The mod_perl site seems to...
Hi, everyone. I've just tackled the issue of making SOAP::Lite 0.6.7 work with mod_apache 2.0. The code in 0.6.7 works for 1.0 and 1.99 etc, but not 2.0, due...
An item is being generated by SOAP::Lite as <Item xsi:type="namesp1:StructureOf_Item"> ^^^ I have to remove the |xsi:type="namesp1:StructureOf_Item"| stuff and...
Folks, A simple question on my side I am currenlty using the following call to connect to a webservice: my $soap = SOAP::Lite -> uri('https://www.abc.com/') ->...
Hi all, Seeking some information with regard to accessing the contents of a SOAP element while using mod_soap. I've seen the article at majordomo with regard...
Where I work, SOAP-Lite is well on its way to becoming a mission critical piece of our new telecom provisioning systems. Overall, it is working like a dream...
Hi, I'm currently trying to get both .NET and Java (Apache AXIS) clients to work with a SOAP::Lite server. I've done what the documentation says regarding...
I posted this on perlmonks, and thought this would also be a good place to ask: I have a Perl SOAP client that insists on sending <ConfirmUnsubscribes...