cancel
Showing results for 
Search instead for 
Did you mean: 

soap url problem...

Former Member
0 Kudos

Hi All,

I was getting this error when I call the webservice in WSNAVIGATOR...

Document is not well-formed: Start-tag 'p' is different from end-tag 'ul'

Whatz this 'p' and 'ul'?

Where as when I use the browser, I was able to access the service and methods.

What would be the problem.

Thanks in Adv

Best regards,

SOAP Aspirant...

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
Document is not well-formed: Start-tag 'p' is different from end-tag 'ul' 
Whatz this 'p' and 'ul'?

This message indicates that there is some tag by name p and ul and one of these two is not properly closed (</p> or </ul> is missing).

Check the wsdl file that you are using in WSNAVIGATOR and manually check if you find any tag which is opened but not closed.

Regards,

Abhishek.

Former Member
0 Kudos

The interface is working fine and even I got SOAP response.

When I tried in Browser, it was working fine, in interface its working fine...

But in WSNAVIGATOR, it giving the error message. Its not even going to Select Interface...

The message is:

Document is not well-formed: Start-tag 'p' is different from end-tag 'ul'...

Former Member
0 Kudos

Hi,

I guess some problem with your configuration file. Check the URL for any additional characters.

Regards,

Neetesh

Former Member
0 Kudos

I did checked the URL. Where can find the Configuration file? We have External Definition only.

If the WS Config File got problem, even the URL should'n work from browser. Isn't it?

The WS was a standard Service from Vendor. I don't think something problem with the WS.

Is there any special case, I need to take care? Thanks...