‎2013 Apr 01 11:53 PM
Hello,
When generating a consumer proxy, I get the following error, "Incorrect value: Entity"<<document>"(60/2961). end tag 'ul' dos not match begin tag 'p'. " (see attached screen shot).
What might be causing this and how may it be corrected?
Thanks,
Huntr
‎2013 Apr 02 10:38 AM
Hello,
It looks like you are trying to create a proxy using badly formed HTML instead of a WSDL file.
Stuart.
‎2013 Apr 02 10:38 AM
Hello,
It looks like you are trying to create a proxy using badly formed HTML instead of a WSDL file.
Stuart.
‎2013 Apr 02 11:10 PM
Hello,
Formerly, I was using the URL to generate a consumer proxy and I was getting the previous message. So, what I tried next was to download the WSDL file to a local file and used that instead. This time, I got this error:
"WSDL error: any any message GetNCRInformationSoapIn(http://tempuri.org/) defined more than once."
And here's the snippet of the cause of the error (supposedly):
First instance of the message name:
<wsdl:message name="GetNCRInformationSoapIn">
- <wsdl:operation name="GetNCRInformation">
‎2013 Apr 03 9:43 AM
Hi,
Can you validate the WSDL using a tool?
If the WSDL is valid, your problems may be with how SAP interprets the WSDL file.
Unfortunately, we have had several issues with SAP loading WDSLs:
All of the above have forced us to load WSDL files amended by hand for SAP. But maybe now there are notes or other fixes that may help you.
Good luck!
Stuart.
‎2013 Apr 03 6:40 PM
Thank you for the tips, Stuart. I'll do more research.
Regards,
Reyleene
‎2013 Apr 08 5:02 PM
Hello again Reyleene,
I have just had a situation when I received the "defined more than once" error - this was fixed by removing some ref attributes from the WSDL "<element ref=...>".
Best of luck,
Stuart.
‎2013 Apr 02 11:11 PM