cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOAP Service could not be loaded: XMLProxy Error: The markup in the document following the root element must be well-formed

Former Member
0 Likes
2,611

Hello all,

In MII14.0, I'm trying to import a SAP PI WSDL into either a web service XI or a web service action block, both yielding the following error:

"SOAP Service could not be loaded: XMLProxy Error: The markup in the document following the root element must be well-formed"

Here are the steps I followed:

1. Upload the PI WSDL to MII as web content. (The service has not been published to a UDDI, so I had to upload the WSDL file to the web content section of MII.)

2. Using either the 'Web Service' or 'Web Service XI', I specify the MII URL path to the file uploaded in step 1.

3. After clicking next, I get the error above.

I can successfully view the WSDL in a browser and have imported it into SOAPUI without any issue.

Can anyone shed some light onto this?

Thanks,

--jtb

View Entire Topic
Former Member
0 Likes

Hello guys,

My apologies for not responding sooner, but I was able to figure the problem out on my own. I found I needed to use the web:// prefix when referencing the wsdl path in the action block. I suspect it was because of credential issues, and a html page rather than an xml one was being returned to the action block.

Thanks to both of you for your help.

Regards,

--jtb