[JBoss-user] [JBoss.NET & SOAP] - Why is jboss-net xdoclet hardcoded to rpc-encoded?

2004-08-04 Thread zeke7237
Given that the preferred interop mode seems to be doc/literal, what was the thought behind leaving this unconfigurable? I've hacked up the xdt for my own purposes, but it would seem that a couple of attributes in there would make the generated web services more palatable to M$ clients .. View t

[JBoss-user] [JBoss.NET & SOAP] - Re: Integrate Axis 1.2 with JBoss !!

2004-08-03 Thread zeke7237
Turned out to be pretty easy .. issues were all related to refactoring of JavaServiceDesc from ServiceDesc (I suppose to support C?). Anyway, casting ServiceDesc to JavaServiceDesc at the 4 error points seems to have made it all work .. unfortunately it didn't fix my particular problems, but it

[JBoss-user] [JBoss.NET & SOAP] - Re: Integrate Axis 1.2 with JBoss !!

2004-08-02 Thread zeke7237
I happen to be trying to do this right now .. there are 4 errors after dropping Axis head into the source tree .. two have to do with preventing EJB interface methods from being exposed in the webservice, but that interface in ServiceDesc has been replaced by one which allows/disallows methods

[JBoss-user] [JBoss.NET & SOAP] - Re: Specifying encoding/style in jboss.net

2004-07-24 Thread zeke7237
Thanks for all the replies :) Turns out that wrapped is old-skool .. evidently the latest .NET stuff eats RPC/encoded just fine, in fact the M$ guy was complaining when I had it set up for wrapped. He indicated that when dealing with wrapped services he had to actually parse the XML manually, w

[JBoss-user] [JBoss.NET & SOAP] - Specifying encoding/style in jboss.net

2004-07-15 Thread zeke7237
Is there any way to do so? I've been manually editing the web-service/wsdd to change style to "wrapped" (not that that has fixed any of my problems) and the generated wsdl reflects the changes as expected. Will this mess up the EJB handler? Ultimate goal is interop, and clues on the net seem to

[JBoss-user] [JBoss.NET & SOAP] - Re: Example of Jboss.net/.NET interop/WSDL generation?

2004-07-13 Thread zeke7237
Answering my own question .. Having learned EJB in the pre-2.0 days, I was not conversant in the whole "local interface" thing. The samples I had found had all specified view-type="remote" in the ejbdoclet tag and that evidently creates methods in the remote interface only, whereas view-typ

[JBoss-user] [JBoss.NET & SOAP] - My wsdl has no messages defined!

2004-07-11 Thread zeke7237
I've got a session bean, tagged for jboss.net, explicit tag-exposed methods. I get wsdl from the deployed system, but no messages. The web-service.xml list the allowed methods which match the tagged methods. The typedefs look OK, just no method/message defs! What the heck is going on? generated