Dear SAP gurus
We are seeing a strange problem and not able to figure out how to resolve this.
We have created a wsdl file for a custom BAPI.
When we call the wsdl from the free tool from SOAPUI.ORG, everything works as expected.
However, when we try to call the same wsld from visual studio (Microsoft) we are seeing that some of the
data not getting sent properly.
WE ARE PASSING EXACTLY THE SAME VALUES IN BOTH CASES.
ALSO THERE ARE NO ERROR MESSAGES THAT WE ARE SEEING.
When we did more reseach we found out that in Visual Studio the xml tags are not being created properly.
For example in the SOAPUI.ORG the following tag shows up as . The same tag in Visual studio shows up as .
Also in SOAPUI.ORG, the tags get opened and closed as expected but not in Visual Studio.
For example the following tag shows up as expected in SOAPUI.ORG tool.
<VALUE_TO> </VALUE_TO>.
However, the same tag shows up as <VALUE_TO /> in Visual Studio. Please notice that there
are no proper opening and closing.
Are there any known issues with Visual studio calling the SAP created wsdls. If anyone has seen this problem before and has some feedback, I would appreciate if you can please share that with me.
Thanks
Ram
Edited by: Ram Prasad on Mar 24, 2009 3:15 PM
Edited by: Ram Prasad on Mar 24, 2009 3:16 PM