cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP URL - no action specified

Former Member
0 Kudos

I was given a target https:// url and I have to send a cXML document to it. I have used the SOAP adapter without envelope with header. Can I do this? I have no action to specify since I have not been given a wsdl file. The cXML message format was taken from cxml.org site. The main question is can webservices be invoked without action i.e. are they set up to perform a default action ?

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

> The main question is can webservices

> be invoked without action i.e. are they set up to

> perform a default action ?

Yes, certain webservices can be invoked without SOAP action. For example the sender SOAP adapter does not require an action.

So if your WSDL has no definition for a SOAP action, leave it empty in the receiver SOAP adapter.

Regards

Stefan