I am building a JSR109 service. The java method invoked by the service is:
| public Element invoke(Element msg)
|
I can deploy this with a generic wsdl operation which has a single xsd:anyType parameter.
However, I would like the wsdl to show a more specific interface. Such as the following
input message:
| <message name="INPUT">
| <part type="xsd:int" name='x'/>
| <part type="xsd:int" name='y'/>
| </message>
|
Is it possible to deploy a JSR109 service that contains an operation whose signature does
not match the signature of it's java method?
Regards
Doug
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969036#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...