2011 Jun 17 1:34 PM
Dear All ,
I facing problem when i try to test my service consumer .
Its end with error message :
Error when processing Web service call
Error when calling SOAP Runtime functions: CX_SXML_PARSE_ERROR:An exception with the type CX_SXML_PARSE_ERROR occurred, but was
An exception with the type CX_SXML_PARSE_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause
Error while parsing an XML stream: 'document not wellformed'.
Need your help guys.
Thanks,
Ikrar
Edited by: ikrarSAP on Jun 17, 2011 2:34 PM
Dear All ,
I facing problem when i try to test my service consumer .
Its end with error message :
Error when processing Web service call
Error when calling SOAP Runtime functions: CX_SXML_PARSE_ERROR:An exception with the type CX_SXML_PARSE_ERROR occurred, but was
An exception with the type CX_SXML_PARSE_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause
Error while parsing an XML stream: 'document not wellformed'.
Need your help guys.
Thanks,
Ikrar
Edited by: ikrarSAP on Jun 17, 2011 2:34 PM
2011 Jun 17 2:09 PM
Hi,
As per the message returning, we can clearly say that it is a problem of parsing means converting data to xml format..Basically Web service is a case sensitive and also looks for the proper format of data you are passing.
Regards,
Sai Kiran.
2011 Jun 18 4:22 AM
Thanks Kiran.
I test it with default data send by its webservice but error still exist.
The webservice is taken from BOBJ.
Any other solution ?
Regards,
Ikrar
2011 Jun 20 8:27 AM
Hi,
Actually i dont have any idea on BOBJ. But this kind error usually occurs in the following cases:
The parameters you called from web service do not match with parameters using by tables at R/3. So, it can not parse.
A Web service's WSDL file is not well-formed because of an element specifying two attributes with the same name, the client application produces this error.
Either there is indeed an issue with how the XML is being encoded and then decoded on other end or there's a step that is being missed somewhere.
Thanks & Regards,
Sai Kiran Rao.
2011 Jul 14 1:06 PM
2011 Jul 14 1:14 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |