[jboss-user] [JBossWS] - Mapping question...
Doug.Palmer
do-not-reply at jboss.com
Sat Sep 2 05:49:43 EDT 2006
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#3969036
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969036
More information about the jboss-user
mailing list