Discussion:
[jboss-user] [JBoss Web Services] - Faultstring - No such
Tomy Heczko
2013-01-11 14:13:10 UTC
Permalink
Tomy Heczko [https://community.jboss.org/people/repxl] created the discussion

"Faultstring - No such operation: null + Guide"

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

--------------------------------------------------------------
The Story + Guide by xcoulon :
Hello all i have done a new ?wsdl project and published it you can reach it here https://l2-tomy.rhcloud.com/ws/Interface?wsdl https://l2-tomy.rhcloud.com/ws/Interface?wsdl
i followed a guide from xcoulon here is his tutorial https://github.com/xcoulon/sample-soap-service https://github.com/xcoulon/sample-soap-service


The problem :
but the problem is it allways give a error in faultstring as follow in my case No such operation: null (HTTP GET PATH_INFO: /ws/Interfacenull)

the soap address where the problem occurs = http://l2-tomy.rhcloud.com:80/ws/Interface http://l2-tomy.rhcloud.com:80/ws/Interface
--------------------------------------------------------------

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

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
Viral Gohel
2013-04-05 13:54:56 UTC
Permalink
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]
Loading...