[jboss-user] [JBoss Web Services] - Re: Faultstring - No such operation: null + Guide

Viral Gohel do-not-reply at jboss.com
Fri Apr 5 09:54:56 EDT 2013


Viral Gohel [https://community.jboss.org/people/vrlgohel] created the discussion

"Re: Faultstring - No such operation: null + Guide"

To view the discussion, visit: https://community.jboss.org/message/806706#806706

--------------------------------------------------------------
How are you invoking the Service ?

Typically, SOAP services are exposed over HTTP using the POST operation. You seem to be trying to access the service using the GET operation.
Also, what the JBoss WS Stack you are using and  in which JBoss AS ?

You better append the request parameter , something like, ?method=Yr_Service_Method.

Also, if you are using plain Http, then you can include an Http header before invoking the service.

.setHeader(Exchange.HTTP_METHOD, constant("POST"))
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/806706#806706]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130405/dba7288d/attachment.html 


More information about the jboss-user mailing list