Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while creating the proxy object to connect to a third party tool.

Former Member
0 Likes
432

Hi,

I tried creating a proxy object with the wsdl file. I even created a HTTP connection to the third party tool. but when I try to execute the whole proxy object, I am getting the below error. Can anyone help me on this?

"Proxy-Generierung: Fehler aufgetreten"

"Incorrect value: Entity "<<document>>"(92 /3788 ). end tag 'ul' does not match begin tag 'p'"

Thanks & Regards,

Veerabhadra Rao A.

Hi,

I tried creating a proxy object with the wsdl file. I even created a HTTP connection to the third party tool. but when I try to execute the whole proxy object, I am getting the below error. Can anyone help me on this?

"Proxy-Generierung: Fehler aufgetreten"

"Incorrect value: Entity "<<document>>"(92 /3788 ). end tag 'ul' does not match begin tag 'p'"

Thanks & Regards,

Veerabhadra Rao A.

1 REPLY 1
Read only

Former Member
0 Likes
378

do a check on the wsdl file and how you are passing values in the proxy. The tags for XML are not correct. Open the WSDL in IE and see there must be an error. Or probably when passing the actual values to the XML generated each element is not closed properly. Error says tags dont match.

Edited by: Kshamatha Eda on Mar 5, 2010 10:54 AM