Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
usage of xmlString element in web services API
suj
I wanted to point out something regarding the MB webservices. The ImportMetadataDefinition method requires the string to be passed as xmlString.
This does not go well with the SOAP lite version of perl which refuses to build a soap message with the element name as xmlString. I had to comment out some lines from SOAP Lite to get this to work. Not sure if there is any other way to get around this but I think, MB team should take care of this while building webservices API
Find more posts tagged with
Comments
msnider
What type of error did you encounter?
Mark
suj
It says xmlString is not a valid element in a SOAP message. There are a few lines in SOAP Lite perl module which checks for this.