i finally did it.... without having to use the Serializer here is a working example of SOAP::Lite perl server to .NET all i had to do with play with the...
hi.. well i've manage to come along way taking the fact that i am only 4 days old to SOAP.. i manage to get it talk with .NET but then once i put an array in...
How can I access the elements of an object passed to a server? I am using CGI with a general dispatcher ... I'd like to construct a client call using...
Does anyone know of any examples of SOAP::Lite client and server for something like a purchase order or any similar document that contains header+detail type...
I finally manage to figureout how to specify an output so .NET wont complain about an error in XML document though i am left with one more question (as always)...
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...