No it is complaining about the fact that the Message is being sent. I do not have control of the soap server and i think it is running sax2 . I would agree...
4252
Eric Promislow
ericpromislow
Dec 15, 2004 12:37 am
It's failing because the character with value 3 is an invalid XML character, even if it's encoded as a character reference. From the XML spec: Character Range ...
4253
chuckcott
Dec 15, 2004 1:16 am
Hi All, I hope this will be an easy one. I'm trying to post to a web server, but I'm getting the following error message on the server: Service threw an...
4254
Robert Nicholson
robertatelas...
Dec 15, 2004 3:21 am
If you are using a web services framework that generates it's wsdl from the method signatures of the exposed methods from the web service is it still possible...
4255
joe_26martin
Dec 15, 2004 12:41 pm
Here's NOVEL gift FOR CHRISTMAS/NEW YEAR ADVERTISEMENT Here's NOVEL gift FOR CHRISTMAS/NEW YEAR GIFT THE FREE EARNED TO YOUR FRIENDS FREECALLINGCARDS EARNING...
4256
eric-amick@...
eamick
Dec 15, 2004 1:30 pm
... You're close. It's perfectly valid Unicode (UTF-8 is just a method of encoding Unicode); the problem is that the XML standard does not require that...
4257
Roger
i2mc
Dec 15, 2004 4:54 pm
Ooops, I posted this reply about 8 hours ago but think I accidentally posted it to the author in error. Apologies to Eric and the group. Here's what I meant to...
4258
chuckcott
Dec 15, 2004 5:26 pm
Hi All, I'm reposting this under a different subject line. Thanks, Chuck. I hope this will be an easy one. I'm trying to post to a web server, but I'm getting...
4259
vishal_sood74
Dec 15, 2004 9:31 pm
Hi, I am new to perl and to SOAP. I have a client perl script (running from solaris), that is using SOAP::Lite. The SOAP server script is implemented as a...
4260
Sood Vishal-VSOOD1
vishal_sood74
Dec 15, 2004 9:47 pm
Hi, I am new to perl and to SOAP. I have a client perl script (running from solaris), that is using SOAP::Lite. The SOAP server script is implemented as a...
4261
vishal_sood74
Dec 16, 2004 12:16 am
I have installed SOAP::Lite on a solaris machine and am trying to make method calls from a service running on a windows machine. Following is the code: Client...
4262
Holger Dürer
hlgr_d
Dec 16, 2004 8:57 am
Well, in your output it says ... ./script//t.pl line 12 I would suspect you should fix that problem first......
4263
Holger Dürer
hlgr_d
Dec 16, 2004 9:10 am
Sorry cannot help as I am still trying to understand the problem (but maybe others have the same difficulty seeing what it is, so clarifying it may help them...
4264
wincareerconsultants
wincareercon...
Dec 16, 2004 1:58 pm
Hello :job seekers We have a good strength of MNC companies in Bangalore and middle east Our clients has huge requirements in Lotus Notes Details of job: ...
4265
garygrub
Dec 16, 2004 4:27 pm
Hi all, Can you send a PDF file as an attachment with SOAP::Lite? If so, how is it done? Gary Grubb...
4266
ankurb1
Dec 16, 2004 9:52 pm
hi, i have recently started using the soaplite 0.65 beta2.1 release. my client is written in perl and uses wsdl to make calls to the server written in C++....
Hello everyone, I'm implementing a Web Service using SOAP::Lite perl module and I'm stalled. The server is always responding with "<?xml version="1.0"...
4269
Holger Dürer
hlgr_d
Dec 21, 2004 9:28 am
Not an answer to your question, but have you considered fixing the encoding of your response to be utf-8 instead of fixing the encoding declaration? I would...
4270
Duncan Cameron
duncan_camer...
Dec 21, 2004 12:03 pm
... Try $soap->serializer->encoding(...) Duncan ___________________________________________________________ ALL-NEW Yahoo! Messenger - all new features - even...
4271
garygrub
Dec 21, 2004 6:45 pm
Hi all, I have working clients that talk to my intranet webservices. However, I have a need to contact a webservice that is outside the company firewall. The...
4272
Juan F. Rodriguez
yonailo
Dec 22, 2004 9:07 am
El mar, 21-12-2004 a las 10:28, Holger Dürer escribió:
> Not an answer to your question, but have you considered fixing the
> encoding of your response to be...
Hi, all, I wrote the perl script as follow to retrieve information from Web Server, but I got "Request must have exactly one security token" error message....
4275
bluesterror
Dec 27, 2004 6:39 pm
Hi, I am using document-literal messaging in my web service. Quoting from the WS-I basic profile 1.0, "a document-literal binding MUST be represented on the...
4276
davidbullmedia
Dec 29, 2004 6:31 am
I've been playing with SOAP for a very short while (but reading about it for longer), and have tried it on the following setups: 1. My Dual 1.8Ghz G5 Server...
4277
Gavin Alexander
gc_alexander
Dec 29, 2004 8:38 am
Hi, From what I can see, its got do with the way that the SOAP::Serializer handles the root element as a "method". If you check out the SOAP::Lite source, you...
4278
bluesterror
Dec 29, 2004 4:28 pm
Thanks, this bit did the trick! FWIW I am using SOAP::Lite 0.65-beta2.1. -Bob...
4279
John Michael Zorko
jmzorko
Dec 30, 2004 8:22 pm
Hello, all ... I need to be able to have SOAP servers that are able to do other things while waiting for SOAP calls. Yet, the handle() method for the...
4280
Mike Schroeder
MikeSchroeder@...
Dec 30, 2004 10:02 pm
If you aren't familiar with POE, consider using it. Worst case, you can probably scavenge some code from the POE module that does what you are asking for: ...