Ask a Question related to PERL Modules, Design and Development.
-
Gabriel #1
SOAP::Lite creating remote objects
Im using SOAP::Lite to create a SOAP client, and I need to create an
object which has its structure defined in a WSDL file.
All of the samples i have found related to object creation/handling
with SOAP::Lite relates to handling returned objects, but I need to
create an object and submit it.
Is there a way to do this automagically using their provided WSDL file
(which does have the XML definition for the object i need), or will I
need to use something like SOAP::Data to build this object manually?
I have read the documentation, and like I said, most all of the
examples I have seen relate to dealing with *returned* objects, not
creating them before calling a remote method.
In case it matters, the WSDL file is here :
[url]http://stage.freshdigital.co.uk/webservices/MediaStore?wsdl[/url]
and i need to create a Product object, but i dont think that level of
detail is necessary to answer my question..
Thanks in advance,
Gabriel
Gabriel Guest
-
Using SOAP::Lite and .NET
Hello, i have to access to informations in a PC and they are avaliable via a webservice in .NET. I do not know webservices but i thought they are... -
Writing a HTML/ASP SOAP client for a SOAP::Lite destination
How would I go about writing a SOAP client in either HTML or classic asp? The SOAP "listener" was written in Perl with SOAP::Lite in Unix and I am... -
SOAP::Lite : Problem of # sign added by SOAP::Lite in the sent SOAPActionstring
Hello, I have a problem with a SOAP client written in Perl (source at the end). I've tried both ways (by commenting TRIAL ONE or SECOND TRIAL),... -
SOAP::Lite HELP!
I've written soap clients before but never anything this complicated. Here are the links PIRP: http://homer.meso.com/crap/PIRP_Schema_v1.xsd... -
soap::lite and dbd::csv
sorry !! my english is very poor. i got some trouble ! please help ! if $vars is constant in Bridge.pm then the process is right! ps:DBD::CVS ... -
PerlDev #2
Re: SOAP::Lite creating remote objects
Hi Gabriel,
You need wrap your object with SOAP::Data by yourself. ie. you need
customized serializer. check out: SOAP::EnvelopeMaker.
PerlDev Guest
-
Nitin #3
Re: SOAP::Lite creating remote objects
I am having the same issue.. please share the solution..
ThanksNitin Guest



Reply With Quote

