Can anybody please help with this error message sorry did not have a default route set when I sent my last request for assistance, I now get this message ...
4591
Graham Irvine
graham23sk
Apr 18, 2005 1:31 am
Hi David The schema has been depreciated warning is because of SOAP::WSDL Thats not supported as part of SOAP::Lite , its a seperate module but is using a...
4592
Tom Drought
thdrought
Apr 18, 2005 11:52 am
I have a SOAP:Lite script which is making a call to SOAP and am receiving this error message: soapenv:Server.userException org.xml.sax.SAXException: No...
4593
Graham Irvine
graham23sk
Apr 18, 2005 12:57 pm
Hi The server doesnt understand the datatye "anytype" , possibly the error is slightly misleading it that it probably understands the datatype but a parameter...
4594
steve_f_maher
Apr 18, 2005 4:07 pm
All - I'm having a problem getting a WSDL working with SOAP::Lite client and server. Getting a copy of interop.cgi would let me start with something that...
4595
Byrne Reese
byrnereese
Apr 18, 2005 5:00 pm
http://www.w3.org/TR/xmlschema-0/#anyType Curious that it is not recognized. Have you tried "xsd:any" - that maybe recognized in lieu of xsd:anyType, which...
4596
jmglov027
Apr 18, 2005 5:45 pm
... No-one has any ideas on this one? How about general advise on how best to track this down (e.g. server-side debugging / tracing)? TIA, Josh...
4597
Cristina Aurrecoechea
aurreco
Apr 18, 2005 5:52 pm
I would like to understand the following but I cant find good tutorials on this. It seems the returned object ($service in client below) is different if I use...
4598
Graham Irvine
graham23sk
Apr 19, 2005 12:17 am
Hi Byrne Yes it should undestand it (Although Apache implementations of SOAP ( Xerces) had a problem with it for ages. I think its fixed now ). I was...
4599
Graham Irvine
graham23sk
Apr 19, 2005 12:49 am
... I never noticed that .. I always use proxy though so thats probably why. Looks like using service will return the xml already packaged up to the...
4600
David Inglis
david.inglis@...
Apr 19, 2005 5:19 am
How do stop soap lite producing this format <DistributorKey xsi:type="xsd:long">xxxxxxx</DistibutorKey> and make the element look like this. ...
4601
Tom Drought
thdrought
Apr 19, 2005 2:55 pm
I had it right in front of my face for a day, but, did not see it. I had made a search and got some code from MajorDomo, but, I didn't set it up right. Thanks...
4602
Byrne Reese
byrnereese
Apr 19, 2005 3:28 pm
This is fixed in the lastest development version of SOAP::Lite. SOAP->service returns the actual result - usually a SCALAR. :-/ Not ideal for most people. ...
4603
Juan Manuel Alonso
jalorod
Apr 19, 2005 3:45 pm
Hello, I'm using SOAP::lite to implement a web service and all is going fine until I must read a complex xml that the client is sending to my service. The...
4604
Graham Irvine
graham23sk
Apr 19, 2005 3:58 pm
Im sure there are loads of solutions to this one . On Face value mine would be .. Take the $xml (HASH as you found out ) and pass it through XML::Writer (or...
4605
Ivan Venuti
ivanvenuti
Apr 20, 2005 2:27 pm
Hi, I'd like to share my solution with the list (thanks a lot for your support!). I've written an axis WS server that expose its operation using...
4606
marc_dumontier
Apr 20, 2005 3:37 pm
Hi, I have the followign code my $service = SOAP::Lite -> service('http://soap21.bind.ca/bind.wsdl') -> proxy('http://soap.bind.ca/services/BINDSOAP39;, ...
4607
xcebu590trsha
Apr 23, 2005 11:18 am
I received the best rate possible using http://goodloane.biz/?affiliate=rcc2 to refinance my mortgage, totally free and saved me $300 per month!...
4608
Raj***
click35mm
Apr 23, 2005 7:17 pm
Free 25 MB Email space http://www.SacMail.com...
4609
Nagasubramanian Chokk...
nchokkan
Apr 26, 2005 12:32 pm
Hello All, My name is Naga, From India. I am a new member here, Looking for some help on using web services with perl (ofcourse, thanks to soaplite and its ...
4610
Nagasubramanian Chokk...
nchokkan
Apr 26, 2005 12:32 pm
Hello All, My name is Naga, From India. I am a new member here, Looking for some help on using web services with perl (ofcourse, thanks to soaplite and its ...
4611
Andrew Hicox
ahicox
Apr 26, 2005 2:43 pm
Everyone: i'm using: use SOAP::Lite +trace => debug; to capture the envelope exchange for debugging. This works fine, except that it spews both envelopes as...
4612
Anish Kumar K.
anishkumar_k
Apr 26, 2005 2:48 pm
Hi I use the perl to do the SOAP services and in the client side I am using javascript...Unfortunately I am getting errors. I tried different combinations and...
4613
Alex Pena
bigel0w21
Apr 26, 2005 3:33 pm
You can use the readable flag, my $soap = new SOAP::Lite( proxy=>$self->{'proxy'}, uri=>$self->{'uri'}, readable=>'true39;, ); Alex, ... Alex Pena Search...
4614
asbjoert72
Apr 27, 2005 10:40 am
I am having success with the response to the SOAP::Lite client from the server, but I want the response-xml-code insted of a string. I am new at using...
4615
gabrielomare
Apr 28, 2005 3:12 pm
Hi, I'm writing a SOAP client that have to work with a java/AXIS server, and I'm unbale to get the correct xml request. I don't know how to create the multiRef...
4616
vadzt528rpqfy
Apr 29, 2005 10:02 am
I received the best rate possible using http://goodloane.biz/?affiliate=rcc2 to refinance my mortgage, totally free and saved me $300 per month!...
4617
rknaak05
Apr 29, 2005 9:01 pm
In SOAP::Lite 0.65 Beta 3 In certain circumstances charset= is repeated appended to the $self->http_request->content_type resulting in multiple charset=utf-8 ...
4618
zchris98119
Apr 29, 2005 9:47 pm
The vast majority of Soap::Lite examples (all that I can recall) and other details seem to always have the simple <SOAP-ENV:Body> type tag. However, it...
4619
techrg99
Apr 30, 2005 12:46 pm
Is it possible to make parallel calls using SOAP::Lite? Perhaps in conjunction with LWP's Parallel User Agent?...