I wanted to inform the SOAP::Lite community, that the first checkin of the wsdl2perl utility has been made. It has not been packaged for distribution yet, as...
Hi, For the last 2 days, I'm trying to call a .Net web service with SOAP headers with SOAP::Lite but I'm getting this message "405 Method Not Allowed at" when...
I am using Perl 5.6.1 with SOAP::Lite 0.55, it seems that if the server with the SOAP service is unreachable, that the SOAP::Lite module dies instead of...
I'm using SOAP::Lite 0.55 and Perl 5.6.1 on Red Hat Linux. I'm making XML-RPC calls and I'm expecting that the serialized data in the XML-RPC request should...
Folks, I have been asked to change my web service from RPC/encoding to document/literal. The crux of it is that the client wants to be able to pass an XML...
Hello SOAP lovers, I'm facing a problem of posting SOAP data to a server. I'm getting "Cannot deserialize element" error. I was not able to import the types...
i'm a single girl, not looking for anything serious right now, but would like to meet a guy for nothing but a good time in the bedroom - no strings attached. ...
I am working with SOAP::Lite 0.60 which I obtained from SourceForge and cannot get MIME attachments to work properly. I have seen this topic on this list many...
I banished the thought of making object oriententated programminig in SOAP. But problems still stay. :) So sending data to the server runs perfect. I'm sending...
Hello, I am trying COM interface using standalone Lite.dll under Windows XP (All critical updates are installed) But I got ERROR 8000400 "Unspecified error"...
Hello, I hope these code snippets are useful. I was new to Perl and SOAP::Lite before I started. So I will also write the problems faced and how they got...
I am fairly new to Web services and Perl. I have a Web service implemented in Java that returns an XML Element or a string. I have a Java client that works...
Hello All, I would like to use soaplite for writing a web service using perl and calling perl modules. Can someone please suggest me some good pointers on the...
hallo, I'm a bit brainsmashed. :) Before i tryed to implement my projekt i was shure it would be easey. I have to implement a registration service wich i want...
Hi, At last, I got the whole thing working. Yahooooooooooo !! The .Net service returns all the items and Perl is able to print all the objects in result (not...
Hi gurus, I am still stuck up with this issue. I used Data::Dumper to print out the data that is returned from the .Net Server. It shows all the objects in the...
Hello, I am stuck up since a long time on this issue. I am new to SOAP:Lite and Perl. The .Net service returns an array of objects to the Perl client. However,...
Hi there: I put my cgi file under the directory: fileserver/home/soap/blast.cgi, and in the client file, I use the soap:lite to connect as follows: use...
Folks, A little while back, I posted a question about processing arrays of arrays, and got some great help from Duncan Cameron. The suggested solution was...
Using SOAP::Lite intensively (thanks Paul!), I had to deal with two minor issues: - soap calls return utf8 strings, even if the content doesn't have any utf8...
Dear all, First of all - I would like to thank Paul and the rest of this community for making SOAP so incredible easy to implement good and sound solutions! ...
I have a SOAP service that returns an complexType that looks like this: <complexType name="PintoBean"> <sequence> <element name="comment" type="string"> ...
I'm in trouble with sending information to a server. In the wsdl file I use, definition of method is: - <wsdl:message name="getResearchListRequest"> <wsdl:part...
Hello all, need help. anyone know how to connect a behind a proxy firewall from visual basic client. i have proxy firewall = http://192.168.0.1:8080 e.g. Set...
Hi list. This is my first post. there is some form to accede to a SocketPair of a server of soap from a module? thanks sorry i'm not native speaker. -- Nada es...
Byrne, Thanks for quick response. However I am quite new at SOAP use. I try following however it does not help. my $name_fragment; my $mkt_sector_code =...
hi, i have searched the web quite intensive but found no way to implement asyncronious resquests to a soap server. no question, it is no good idea to implement...