Have not played with this much but to access the parameter as a SOM object on the server side I'v done this: # this is needed for full access to SOAP::SOM use...
5199
Eric Bridger
ebridger2004
Feb 9, 2006 3:05 pm
MessageItem is an array but you have overriden SOAP::Lite39;s autotyping by explicitly setting ->type("xsd:string"). Leave that off and you should get a SOAP...
5198
Kai McBride
napc_kai
Feb 9, 2006 2:28 pm
Hi Eric, ... That matches my understanding too. I was put in an odd position because the vendor I'm working with has hard coded the SOAP calls into their ...
5197
Eric Bridger
ebridger2004
Feb 9, 2006 2:14 pm
I'm no expert but I believe you have this backwards. A WSDL is published by a SOAP server and tells a SOAP client how to connect, what methods are available,...
5196
Eric Bridger
ebridger2004
Feb 9, 2006 1:45 pm
Not sure why but try adding SOAP::Lite->uri("...")->xmlschema('http://www.w3.org/2001/XMLSchema39;)->on_action... What version of SOAP::Lite are you using?...
5195
Orlando Andico
orly_andico
Feb 9, 2006 11:32 am
there's lots of discussion about how to *parse* returned arrays or complex types, but how do i send an array? byrne's sample code, which i modified as such: ...
5194
Jonas B. Nielsen
jni@...
Feb 9, 2006 9:53 am
Hello, Pod::WSDL is somewhat limited, but I think an update is on the way from the author, actually I am eagerly awaiting it. An alternativa could be: ...
5193
napc_kai
Feb 9, 2006 3:29 am
all- hoping for some advice here. I need to create a server to respond to a 3rd party client. They have provided the WSDL file, and I have generated a module...
5192
Gareth
gsowww
Feb 8, 2006 11:43 pm
Can you post the WSDL file. These files tend to arrive in all sorts of shapes and sizes. If lucky it will be straightforward to manually implement. ... edit...
5191
Gareth
gsowww
Feb 8, 2006 10:59 pm
Getting closer, still an error though: perl -MSOAP::Lite -e' $r=SOAP::Lite->uri("http://www.schemaweb.info/webservices/methods/") ->on_action(sub {return ...
5190
Eric Bridger
ebridger2004
Feb 8, 2006 9:30 pm
AFAIK no such tool exists. I've used Pod::WSDL allowing you to generate a WSDL from Pod comments. If I understand your question re: feeding it to Axis why not...
5188
Eric Bridger
ebridger2004
Feb 8, 2006 9:10 pm
Do you know the name of the GetRDF parameter? Since you are not providing a name SOAP::Lite is naming your parameter c-gensym4. Try...
5187
Gareth
gsowww
Feb 8, 2006 8:10 pm
Namely SchemaWeb: http://www.schemaweb.info/ http://www.schemaweb.info/webservices/soap/SoapServiceDetails.aspx E.g. invocation with...
5186
Nancy Collins
nancycollinsit
Feb 8, 2006 9:44 am
How to get your share. Hi People, Here is how we can get our share from the internet CUrrency. There is so much of it out there, so why not get what BELONGS to...
5185
Dexter Hartman
dextergoldmanit
Feb 8, 2006 9:24 am
Interest FREE Student Loan Consolidation Program. For All and latest updates on student credit cards, student credit, online credit report, University Degrees...
5184
wanda_b_anon
Feb 8, 2006 2:51 am
This happened to me installing the latest 0.67 on OS-X 10.3, but it was temporary. When I tried again later, it passed the test and installed. Maybe a ...
5183
kendra-mackey711@...
Feb 5, 2006 1:23 pm
Investors News Alert!! THIS IS UNDISCOVERED GOLD ( MDEX.PK) Watch out the st0ck go crazy on Monday morning February's Feature Company... Madison Explorations,...
5182
nancycollinsit
Feb 5, 2006 6:34 am
Get Free Web Hosting Guide, All that you need to know about web hosting. Just go through this comprehensive Guide and explore your share of web hosting in...
5181
migvan
Feb 4, 2006 9:50 pm
A small correction to my previous post. The C# error is: "Cannot implicitly convert type 'WindowsApplication1.ABC.Person[]39; to 'System.Xml.XmlDocument'" and...
5180
migvan
Feb 4, 2006 6:39 pm
A small correction to my previous post. The C# error is: "Cannot implicitly convert type 'WindowsApplication1.ABC.Person[]39; to 'System.Xml.XmlDocument'" and...
5179
migvan
Feb 4, 2006 5:53 pm
This may be a bit of an off topic but since it has to do with SOAP interoperability, chances are someone may have dealt with this. I have a working SOAP web...
5178
ciscop6@...
Feb 4, 2006 1:25 pm
This message is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,...
5177
dextergoldmanit
Feb 4, 2006 5:37 am
Interest FREE Student Loan Consolidation Program. Hi Everyone, If you want to use that brilliant spark in your self to create a FIRE in your Educational...
5176
Jonas Pasche
mail@...
Feb 3, 2006 7:40 pm
Hi out there, I'm relatively new to SOAP and XML at all, but I think I've got the basics. However I'm currently stuck with a problem regarding an ...
5175
Austin Kropp
kropp@...
Feb 3, 2006 5:49 pm
Check out Pod::WSDL http://search.cpan.org/dist/Pod-WSDL/lib/Pod/WSDL.pm You have to define the interface in your POD and then generate the wsdl, so it is not...
5174
Daniel M.
danny_mk
Feb 3, 2006 4:07 pm
Hi, although I am sure that this question has been asked a million times here it goes again. I have searched google(groups) but no dice! Does SOAP::Lite or...
5173
Bruno Harbulot
Bruno.Harbulot@...
Feb 3, 2006 2:35 am
Hello, I'm trying to get a SOAP::Data object (from a SOAP::SOM) that can be serialised later on with its namespaces (and full SOAP::Data content). For example,...
5172
Don Seiler
dtseiler
Feb 2, 2006 4:41 am
... Guess what. I upgraded to 0.67 and it works fine now. Sorry about that! Don....
5171
Don Seiler
dtseiler
Feb 2, 2006 4:36 am
... Sure. I have a function called SavePage(), taking 5 params. These are username, password, pageId, pageTitle, and pageContent. The pageContent field is...
5170
dcraul1970
Feb 1, 2006 7:28 am
Hi, I have set up a standalone HTTPS server with SOAP-Lite using certificates. Now my task is to get some data of the client certificate being sent to the...