cancel
Showing results for 
Search instead for 
Did you mean: 

How to start SOAP Adapter

sriram_devarapalli
Participant
0 Kudos

Hi All,

Please can any one say how to start SOAP Adapter.

when i go to adapter monitoring, in that i found that SOAP is not started.

So please any one can give the steps for Starting SOAP Adapter.

Thanks in Advance,

Sriram

Accepted Solutions (0)

Answers (3)

Answers (3)

sriram_devarapalli
Participant
0 Kudos

Hi All,

when i evaluate the WSDL file

i m getting the following error.

"Unable to locate a reference to a supported schema type (DTD W3C schema) within this document instance"

please suggest me.

Thanks in advance,

Sriram

former_member335553
Active Contributor
0 Kudos

v

sriram_devarapalli
Participant
0 Kudos

Hi All,

Can any one say the error in this file

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<SOAP-ENV:Body>

<m:Soap_MT xmlns:m="http:
File2AbapProxy">

<Row>

<Mat>1</Mat>

<Mat_ID>2</Mat_ID>

<Mat_Disp>ng</Mat_Disp>

<Mat_Storg>ing</Mat_Storg>

</Row>

</m:Soap_MT>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Thanks in Advance,

Sriram

Former Member
0 Kudos

Hi Sriram,

The error"Unable to locate a reference to a supported schema type (DTD W3C schema) within this document instance" suggest that ur file name "xxxx.xml" is not referencing to XMLschema.Kindly use specify the Xml schema location/name as per the standards...

This will solve ur problem..

Regards,

Ashwin M

>

prateek
Active Contributor
0 Kudos

Sriram,

<i>"Unable to locate a reference to a supported schema type (DTD W3C schema) within this document instance"</i>

Such problem occurs when u doesn't have a DTD. And so so you can't validate the file.

This is not a problem.

OR

try using some other tool Oxygen

OR

Also try putting all ur files in the same folder

Regards,

Prateek

sriram_devarapalli
Participant
0 Kudos

Hi All,

I m now able to send the data to XI Server.

I m getting this problem

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Request Message Mapping

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_Soap2File_MM_</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>

<SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_Soap2File_MM_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Please advice me.

Thanks in Advance,

Sriram

sriram_devarapalli
Participant
0 Kudos

Hi All,

Thanks a lot.

Problem got solved.

I restarted the SOAP Adapter Communication Channel.

Thanks and Regards,

Sriram

former_member335553
Active Contributor
0 Kudos

Hi

Also check this relative thread which speaks abt the similar issue

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

send the first message and it will start

Regards,

michal