cancel
Showing results for 
Search instead for 
Did you mean: 

WSDLGen - XML Input Parameter

Former Member
0 Kudos

I believe this question has been asked several times but I am still not sure of the solution. So, here it goes again -

I have a transaction with XML input. Can I go with the WSDLGen approach for sending data from R/3 to MII (12.1)?

Appreciate it.

Regards,

Chanti.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In xMII 12.0, even define the input parameter as xml, and assign a reference document to this param in xMII Workbench, you still can not get the right WSDL from the generator. Because the xMII handles all input param as simple type (string, integer...). You must change the xml type to string type in WSDL file manually, and assign a string value (XMLtoString) to your inputXML parameter. Then in your transaction deal with it by an action 'String to XML Paraser'.

Edited by: Baoning Sun on Mar 21, 2010 8:01 AM