cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP/HTTP(Axis) Adapter Error: WSWS3277E

former_member306083
Participant
0 Kudos

Hi, I'm developing SOAP/HTTP(Axis) Adapter to include UsernameToken in SOAP Receiver Channel. I configure the channel as indicated in Note: 1039369 (contains the FAQs for Axis Framework) but during the execution of the Interface I have the following error: 

MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: WSWS3277E: Error: Could not resolve to an operation.  The message contains an element named ""{http://www.openapplications.org/oagis/9}ApplicationArea"", but this does not match any operation of the target port.

Very thanks

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

have you use the info from this blog:

http://scn.sap.com/people/pravesh.puria/blog/2009/08/26/adding-usernametoken-timestamp-in-soap-adapt...

to cross check if your PI config is correct ?

Regards,

Michal Krawczyk

former_member306083
Participant
0 Kudos

The config seems to be fine (according to these faqs).

Do you know how can I quit the tag ApplicationArea from the synchronous response message?

Regards

baskar_gopalakrishnan2
Active Contributor
0 Kudos

I have not worked in username token authentication. The error seems that web service does not understand your request message. There is some conflict between your message structure and target hosting webservice. This could be problem that web service run time does not cache this operation. Are you using the latest wsdl provided by the target system? Please make sure your target message structure is fully supported by the web service and your target URL  and action (if required) are all valid for that web service operation.

former_member306083
Participant
0 Kudos

Effectively, the problem was in the wsld version. Thank you both.

Answers (0)