
krishnapriya
New User
Mar 16, 2011, 1:54 AM
Post #1 of 1
(1389 views)
|
|
Parameter passing using SOAP::Data in perl
|
Can't Post
|
|
Im trying to call a .NET web service from perl script using SOAP::Data module.My web method has a parameter methodname(....,attr[] attributes,.....) I dont know how to pass this in perl using SOAP:Data to call the method. its xml format is <attributes> <attr> <attrName>string</attrName> <attrValue> <string>string</string> <string>string</string> </attrValue> </attr> <attr> <attrName>string</attrName> <attrValue> <string>string</string> <string>string</string> </attrValue> </attr> </attributes> the method also has 3 out parameters.. how to pass that? pls help me..
(This post was edited by krishnapriya on Mar 16, 2011, 2:04 AM)
|