cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Action

Former Member
0 Kudos

I have a scenario rfc to soap,In soap receiver configuration i have given name method name of wsdl,I Have an error

Unable to find a matching Operation for this remote invocation in moni

I feel my soap action is not trigerring,what would be the problem...

Thanks

sriram

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

did you use the imported wsdl ?

if the document that you imported

has a different type (RPC) if may not work

plase have a look at sap note: 856597

and two questions:

Q: Does the RPC or Document style in WSDL play a role in the SOAP adapter?

Q: Can I convert an RPC styled WSDL to a document styled WSDL?

the above will help you to create a correct wsdl

you can also have a look at this weblog:

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

to see how to get a correct structure (via XML Spy) of the wsdl message

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

MichalKrawczyk
Active Contributor
0 Kudos

BTW

if you want to trace soap calls have a look at question

Q: How can I trace the whole message?

you can use the tcpgw tool and compare with

the call generated by xml spy or any other tool

from which the web service call works

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>