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

Problem in web service

Former Member
0 Kudos
155

Hi All,

I am having some problems in webservice. I am calling XMII via web service from external application and I have to get back the reply. I am able to make a call it also reached the XMII but I am not getting the reply back to external application. It goes in to fault direction with the error "WebService Error contacting the remote server: Format error: XML Error: line 1 col 1 message Invalid document structure".

Thanks in advance,

Murugappan.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Instead of using SOAPRunner use WSDLGen

ie:

http://<machineName>/Lighthammer/WSDLGen/<Complete path of your transaction w.r.t Transactions folder>

eg:

http://<machineName>/Lighthammer/WSDLGen/XXX_xMII_Transactions/TCL/SAP_xMII_TCL_Transactions/MPODown....

Also make sure that you dont write the .trx extension while calling the webservice

Award pts if it helps.

Regards

Shabareesh

jamie_cawley
Product and Topic Expert
Product and Topic Expert
0 Kudos

What is the URL you are using to call xMII? What application are you calling from?

Former Member
0 Kudos

http://<machinename>/Lighthammer/SOAPRunner/testwebservices

Application is a work flow tool which basically supports web services.