I have a java soap service that takes a user-defined object as request parameter and returns a user-defined object as the soap response. One part of the...
Hi Folks, My SOAP::Lite server crashes anytime and stops listening. how shud i debug the problem . is there any way to trace on *server* side and log the...
I'm trying to get the SOAP::Lite library working and I'm getting an insanely stupid error. (SOAP-Lite 0.55 on Apache 1.3 on Red Hat Linux 7.0) I set up the...
Stephen.Rosman@...
Feb 3, 2003 7:13 am
2337
Hi, I have an existing soap client and for that client, I have to build a soap server. I'm building the server in SOAP::Lite. The client has already been built...
Umm, kinda, it's *legal* but not what your documentation indicates it is. It's actually calling the function OpenSession with one paramater, an XML, the XML...
Keanan Smith
KSmith@...
Feb 3, 2003 7:51 pm
2339
I've had a bit of a rummage in the source code, I've installed it successfully on another server, I've reinstalled libnet, libwww, SOAP::Lite, I've got the...
Stephen.Rosman@...
Feb 4, 2003 1:32 am
2340
Hi, I have got a soap server that has a method 'OpenSession' that should return a boolean, 'return' and a string 'session id'. The soap envelope of how the...
Hi, I'm currently trying to use a SOAP::Lite based server (mod_perl) with a SOAP::Lite based client. However the server complains about namespace problems: ...
... It's to do with namespace prefixes which cannot begin with xX|mM|lL. I can't figure out whether SOAP::Lite is correct in your case, it's a bit too late at...
Duncan Cameron
dcameron@...
Feb 4, 2003 11:29 pm
2343
Hi, I have searched the list and can't find an exact answer to my question. I have completed a SOAP::Lite server that works fine when I feed it from a...
hi ! i'm getting following error from axis: <faultstring>org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in...
As a follow up to my own message, I can get the data to be recognised if I get VB.net to use literal style with "wrapped" ParameterStyle. <soap:Envelope...
Hi Jay, others: This seems like the most frequently asked question, and while it's been answered in pieces, I thought maybe I could try and package up the ...
This usually means that something is not being passed with the right type. Make sure that each element of the array is being passed as the right type. It looks...
I have seem the process size grow in perl when multiple soap operations. I thought this was my script, but I tried it with the google API as well. The code I...
... this was the problem, thanks ! however - i'm just wondering, that even as i was mapping B to the wrong namespace, if it was empty, it was not a problem...
I'm new to SOAP so I thought I would start with SOAP::Lite. What's the syntax for sending back an array of strings. I tried something like the following: my...
Hi list, yesterday I bought the O'Reilley Book "Web Services with Perl" from Ray/Kulchenko. I am a newbie and was suprised how easy web services can be when I...
... Paul and I thank you. :-) ... Do you have the LWP (aka libwww-perl) package installed? I don't remember if SOAP::Lite requires it for installation, or just...
... Because of the different ways you can express arrays in XML Schema and WSDL, there is no one answer to this. The fact that you are writing to .Net is more ...
Hi, Does anyone have any ideas on this at all? I've pretty much hit a wall and am about to give up with it. I think I might have to investigate other SOAP...
I don't have direct relation with what you are trying, but I had a similar problem. I had soaplite client talking to apache axis server. The apache axis server...
(Apologies to Andy for the duplication, I forgot to Cc soaplite) ... Similar to the response I gave a few days ago concerning arrays, the style .Net is...
... SOAP::Lite uses the LWP::UserAgent class for HTTP. Any options you would pass to LWP::UserAgent->new() you can pass in the proxy() method of SOAP::Lite: my...
... I had a play-around with the xml you showed in your original post and SOAP::Lite doesn't seem to have a problem with hrefs. ================== my $xml =...
Duncan Cameron
dcameron@...
Feb 11, 2003 6:52 am
2361
... i have to confirm this i have axis server returning an array of complex types as hrefs and i haven't encountered any problems (with hrefs) on the client...
Hi all, Thanks ever so much for all of the replies. It certainly gave me some new ammo to fire at the problem and I have now found a solution. I have ...
When I'm writting perl based SOAP servers and there is a typo I don't get any error messages from the compiler, either at compile time or run time. All I know...