cancel
Showing results for 
Search instead for 
Did you mean: 

File SOAP File

Former Member
0 Kudos

Hi

I have a scenario file soap file,the file is in txt format i want to send the file as it is & upload the webservice & get the response back..

I have a wsdl file but in wsdl file there is no body to map the fields in file....

Can any one please tell me the steps how should i proceed..

Thanks

sriram

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sriram,

The WSDL file should contain the "Message Type" of the XSDs for request and response messages. You should be able to import the WSDL file into external definition and use them in Message Interfaces. This will also provide you with the information (the payload layout) on what the XML in the text file must contain, since you are sending it as-is, without mapping.

The WSDL file should also contain the configuration information for the Comm Chan in the Integration Directory.

Using the SOAP adapter, you do not need to send the full SOAP/XML document. The adapter will put everything together.

Regards,

Bill

Former Member
0 Kudos