... Sure. I have a function called SavePage(), taking 5 params. These are username, password, pageId, pageTitle, and pageContent. The pageContent field is...
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,...
Bruno Harbulot
Bruno.Harbulot@...
Feb 3, 2006 2:35 am
5174
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...
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...
Austin Kropp
kropp@...
Feb 3, 2006 5:49 pm
5176
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 ...
Jonas Pasche
mail@...
Feb 3, 2006 7:40 pm
5177
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...
This message is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,...
ciscop6@...
Feb 4, 2006 1:25 pm
5179
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...
A small correction to my previous post. The C# error is: "Cannot implicitly convert type 'WindowsApplication1.ABC.Person[]' to 'System.Xml.XmlDocument'" and...
A small correction to my previous post. The C# error is: "Cannot implicitly convert type 'WindowsApplication1.ABC.Person[]' to 'System.Xml.XmlDocument'" and...
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...
Investors News Alert!! THIS IS UNDISCOVERED GOLD ( MDEX.PK) Watch out the st0ck go crazy on Monday morning February's Feature Company... Madison Explorations,...
kendra-mackey711@...
Feb 5, 2006 1:23 pm
5184
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 ...
Interest FREE Student Loan Consolidation Program. For All and latest updates on student credit cards, student credit, online credit report, University Degrees...
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...
Hi! I'm working on developing a web service to be accessed by Intuit's QuickBooks Web Connector. They provide a WSDL specification for the servce. If I want to...
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...
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...
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...
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: ...
Jonas B. Nielsen
jni@...
Feb 9, 2006 9:53 am
5195
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: ...
Not sure why but try adding SOAP::Lite->uri("...")->xmlschema('http://www.w3.org/2001/XMLSchema')->on_action... What version of SOAP::Lite are you using?...
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,...
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 ...
MessageItem is an array but you have overriden SOAP::Lite's autotyping by explicitly setting ->type("xsd:string"). Leave that off and you should get a SOAP...
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...