cancel
Showing results for 
Search instead for 
Did you mean: 

Send SOAP message through XML SPY

Former Member
0 Kudos

Hi All,

I have created a SOAP message from my WSDL file. I am trying to send a soap message through the XML SPY but it is giving me an error "HTTP operation 'POST' could not be performed on URL".. even though I could not find any POST method..

Answers will be rewarded.

Thanks in advance.

Gaurang

Accepted Solutions (0)

Answers (3)

Answers (3)

ravi_raman2
Active Contributor
0 Kudos

Gaurang,

You can also use the sap soap client tool for sending a soap message

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9b16d790-0201-0010-4e9b-baa5f428...

Regards

Ravi Raman

stefan_grube
Active Contributor
0 Kudos

When you download any WSDL from Integration repository, then you cannot use this for testing in XMLSpy.

See this document:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

Here I described testing with XMLSpy

Regards

Stefan

Former Member
0 Kudos

Refer this Blog how to send SOAP message from XML Spy

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

*Rewards Points if you find it useful*

Thanks

Farooq.

Former Member
0 Kudos

Hi!

How does ur URL look like?

Find POST?? Where did u want to find it?

POST is method of HTTP protocol. All SOAP requests are sent by POST method.

Peter