I've been using single-parameter method calls on a Perl-to-.NET web service for a while now, but now that I want to use multiple parameters, the connection...
Hi We want to connect to an existing application that accept soap message with mime and dime attachment. We try using ->method, ->call, SOAP::Data, freeform to...
but SOAP::Lite client can.. Using SOAP::Lite 0.55. Client is Mono 0.29, but the exact sample problem is replicatable on .NET Framework. As can be seen, the...
I'm having problems setting up my server to use any other package then package main. if i set up my server like this in apache. <Location /mod_xmlrpc> ...
Hi there, i actually started using SOAP 24hrs ago and i am really new to this but i manage to gather much information so far. i am trying to write a server...
Hi All, Wonder if anyone can advise me on SOAP a little. Have just signed up to be a partner with a company and they offer an XML web service The web service...
Site Temporarily Unavailable We apologize for the inconvenience. Please contact the webmaster/ tech support immediately to have them rectify this. error id:...
I've done a few Unix-to-.NET web services recently, but this is my first Linux-to-Linux version and I can't get past hello world. Installed: apache from...
From time to time, when I send this request: POST /extend/eqs/soap/serv.pl HTTP/1.0 Content-Type: text/xml; charse t=utf-8 Accept: application/soap+xml,...
I'm having a hard time writing a Perl client to my Java web service. So far I've been able to access the service fine, the problem is when one of my methods on...
Hi, all. I am having a problem, and I have not been able to solve it. I have read the docs extensively, but I am a perl newbie, and thus probably missed some...
Hello, I am presently trying to use SOAP::Lite in conjunction with Sun (jndi- based) DSML client. However, as can be expected, I am running in to some issues....
hi, is there any possibility to fire a soap call which returns immediatly, a kind of fire an forget. the point is to trigger an other daemon to do something,...
I am trying to pass a complex data type from a perl soap client to a java soap server. It appears from past discussions on this topic that the utility...
Hi, all, How do I get to the URI in a handler method called from a mod_perl server doing static dispatch to external classes? I have a mod_perl-based SOAP...
Hello - I have a Java server, with some Perl client code, using the SOAP::Lite library. Running this code works fine on Windows, but produces a different SOAP...
hi all, i am new to web-services. I want to know that, does soap::Lite supports XKMS(Xml based Key Management Specification). It comes under the security...
Heya. Having issues with a service, which requires the envelope to look like. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...
I'm just getting started with SOAP, I've been asked to write some code to make requests using it. Things are starting to make sense, however all the examples I...
hi, I'm new to SOAP::Lite, so far it looks nice ;) I do have a couple of questions, however.. is it possible to have two-way communication over a single TCP ...
Hello all, I was hoping maybe I would find some guidance on this list. I'm building a Web service solution centered around SOAP::Lite. My server is going to be...
All: I have a SOAP client that pulls a hash (hash reference actually) from a remote SOAP server. I can make this work currently if the hash data is generated...
Folks, I've tried this on different machines (WinXP w/ ActivePerl 8xx; Linux w/ Perl 5.8.2; WinXP w/ cygwin perl 5.8.2) with the same result. Whether I just do...
I am trying to develop a client for a broker service using SOAP::Lite. I am testing their simple Echo() function so far with no success. Appears that the...
Heya. I'm trying to get SOAP::Schema to work on a WSDL that requires cookies and a PKCS12 Cert. I can access the services fine using SOAP::Lite cookie_jars...
it is apparently possible (though maybe not legal xml) to bild an array without declaring an arraytype. something like this chunk: <A> <B>x1</B> <B>x2</B> ...
Is there a way to write the incoming soap envelope (and XML) to a server side file to make sure that the client is sending what I think it is? I am not sure...
I have a J2EE-based server that has an interface to be used by a Perl component via SOAP::Lite. The Java interface is defined thus: public FrammisID ...