[JBoss-user] [JBossWS] - Re: Problems with type unsignedLong OUT & INOUT in WSDL

2005-04-02 Thread jasong
"anders.hedstrom" wrote : Hi, | I have a WSDL that defines a webservice with a couple of parameters. One parameter is an OUT parameter and another one is an INOUT parameter. Both these parameters are of the type xsd:unsignedLong. | Do you know if IN is affected to? anonymous wrote : | H

[JBoss-user] [JBossWS] - Re: webservice and https

2005-04-02 Thread jasong
Change REPLACE_WITH_ACTUAL_URL to https://REPLACE_WITH_ACTUAL_URL, and JBoss will rewrite it using https and the secure port. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872424#3872424 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JBossWS] - Re: Deploy Problem ArrayOf_xsd_string

2005-04-01 Thread jasong
3. Don't use java2WSDL, use wscompile (included in the Sun JWSDP) -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872415#3872415 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872415 --

[JBoss-user] [JBossWS] - Re: Retrieving a list of all Web Services deployed under a J

2005-04-01 Thread jasong
All JBoss.NET questions should go to the JBoss.NET forum. Now that that is said, one way you list the services is to just go to http://localhost:8080/jboss-net/services -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872414#3872414 Reply to the post

[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-03-31 Thread jasong
FYI, I committed DataHandler support into the current 4.0 branch. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872273#3872273 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872273 -

[JBoss-user] [JBossWS] - Re: Maping a custom Array (Person[]) in java-wsdl-mapping

2005-03-30 Thread jasong
"eykatz" wrote : Hi Jason, | 1. | why do I need ws4ee-deployment.xml ? | I should update the wiki on that, you most likely won't need it. Try it without it first. anonymous wrote : | 2. | this file is not J2EE 1.4 mandatory (and JBoss 4 is J2EE 1.4 compilant) | Containers are fr

[JBoss-user] [JBossWS] - Re: Maping a custom Array (Person[]) in java-wsdl-mapping

2005-03-29 Thread jasong
You need to wrap your array in an object. Take a look at the wiki: http://www.jboss.org/wiki/Wiki.jsp?page=WSArrayTypeMapping Thanks, -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871969#3871969 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [JBossWS] - Re: C++ Client Library Recommendations?

2005-03-28 Thread jasong
Try gSOAP http://www.cs.fsu.edu/~engelen/soap.html. Its goal is to be WS-I basic profile compliant. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871841#3871841 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-03-27 Thread jasong
I will try to look at the attachments support in the current code base again tonight. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871721#3871721 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871721 -

[JBoss-user] [JBossWS] - Re: Attachment problems

2005-03-23 Thread jasong
Are you using a typed parameter on your SEI for the attachment, or are you using Object? Currently you have to use object. I should get a fix for this in soon. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871215#3871215 Reply to the post : http://

[JBoss-user] [JBossWS] - Re: Proxy and Web Services

2005-03-23 Thread jasong
Great. Well just so you know there is another configuration file that controls the wsdl generated addresses. Take a look at deploy/jboss-ws4ee.sar/META-INF/jboss-service.xml. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871217#3871217 Reply to the

[JBoss-user] [JBossWS] - Re: java.util.Map datatype in WS

2005-03-22 Thread jasong
JAX-RPC 1.1 does not support collections, so you have to use arrays. The future specification addresses this. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871227#3871227 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBossWS] - Re: Proxy and Web Services

2005-03-21 Thread jasong
This could be many things. Does your webservice work on the normal port? Is your apache proxy setup correct (double check your mod_proxy config)? Also, are you refering the the http.proxyHost setting, because that is only used when tomcat itself wants to make an http connection outbound. I am as

[JBoss-user] [JBossWS] - Re: Soap Attachments

2005-03-21 Thread jasong
Take a look at the wiki http://www.jboss.org/wiki/Wiki.jsp?page=WSAttachments -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871074#3871074 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871074 ---

[JBoss-user] [JBossWS] - Re: JSR181/JSR224 Support

2005-03-21 Thread jasong
No, annotations is a TODO task in jira, that module needs to be written. Tools is currently under development (but currrent implementation has no annotation support). If you are interested in assisting/contributing email the tasks you are interested in to Thomas Diesler. Thanks! -Jason View t

[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-21 Thread jasong
Try not to reuse a thread for different topics it makes it harder for people searching the forums to find an answer. That being said. your answer is that you have 2 options: 1. Pass the hostname in as the -b option to run.sh so that jboss binds only to one interface -or- 2. Edit the jboss-servic

[JBoss-user] [JBossWS] - Re: Problem getting client working from just WSDL

2005-03-21 Thread jasong
Take a look at this wiki for writing a client app http://www.jboss.org/wiki/Wiki.jsp?page=WSClientAppl. Keep in mind that J2EE client apps require a portion to be deployed on the server. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871070#3871070 R

[JBoss-user] [JBossWS] - Re: SOAP authentication problem

2005-03-21 Thread jasong
There are two ways: 1. Emulate the auth headers. See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=61328 2. Use HTTP basic auth. See http://www.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871

[JBoss-user] [JBossWS] - Re: 0 or null return values when .Net client accesses JBoss

2005-03-21 Thread jasong
"md5georg" wrote : Hello, | | thanks for the reply jasong! | | I am very sorry... the included WSDL part was not correct. It should not | contain the "qualified" attributes should not be there. I did copy the part | from the wrong WSDL file. The correct WSDL

[JBoss-user] [JBossWS] - Re: 0 or null return values when .Net client accesses JBoss

2005-03-21 Thread jasong
"md5georg" wrote : | | | | |http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> | | | | http://bullen.com/fleet/api/types";> | | heppadoda!

[JBoss-user] [JBoss.NET] - Re: Literal Encoding vs. Soap Encoding in the 3.2.xxx of jbo

2005-03-19 Thread jasong
Set use="literal" in that config file. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870859#3870859 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870859 --

[JBoss-user] [JBossWS] - Re: Interop Problems with C#/Delphi

2005-03-19 Thread jasong
Did you generate a jaxrpc-mapping file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870857#3870857 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870857 --- SF em

[JBoss-user] [JBossWS] - Re: Help on axis , jboss

2005-03-18 Thread jasong
This forum is for J2EE style webservices (ws4ee), which is only available in jboss 4.x.x. You probably want the JBoss.NET or JMX forum. Also, could you provide more detailed information about your problem (like which method you are calling, and what your mbean does) Thanks, -Jason View the or

[JBoss-user] [JBossWS] - Re: The access URL to web service

2005-03-18 Thread jasong
You must be running 4.0.0, upgrade your jboss to 4.0.1. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870830#3870830 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870830 -

[JBoss-user] [JBossWS] - Re: The access URL to web service

2005-03-17 Thread jasong
In your jboss.xml file you can add a port component block in each session bean block that defines the url that looks like this: | | Authentication | | Authentication | /mywebserivcelocation/Authentication | | | -Jason View the original post : http://www.jbo

[JBoss-user] [JBossWS] - Re: JSR181/JSR224 Support

2005-03-17 Thread jasong
anonymous cvs lags at least 4 hours behind current head -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870642#3870642 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870642 -

[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-17 Thread jasong
anonymous wrote : | Will this ever come in non-beta state? | Yes, its planned to roll out with the release of Visual Studio 2005. Visual Studio 2005 Beta 2 is supposed to be released end of this month, and the final version will be released in September. -Jason View the original post :

[JBoss-user] [JBossWS] - Re: Mapping between SOAP faults and service exceptions

2005-03-17 Thread jasong
"omatzura" wrote : | why is the java-xml-type-mapping (or an equivilant typeMapping in ws4ee-deployment.xml) also required by jbossws? | This is required by jsr109. Otherwise, there would be no way to map the member variables in the exception. For more information, take a look at jsr109

[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-17 Thread jasong
Sorry for the confusion, I updated the wiki. The reason Microsoft did not add support for rpc/literal is because they have always been against rpc/literal (for some very good reasons). The problem is that they were on the WS-I profile 1.0 and 1.1 spec team, and that spec team decided to suppor

[JBoss-user] [JBossWS] - Re: WS security and non-java clients

2005-03-16 Thread jasong
You could define a soap:header element in your wsdl but you would have to define a schema element type that replicated the jbws tags exactly (including the soap:actor attribute). However, the problem you are going to have is how you actually bind to those parameters in whatever non-java client y

[JBoss-user] [JBossWS] - Re: .NET client with doc/literal JBossWS service

2005-03-15 Thread jasong
Interesting. Did you open a bug with Microsoft on this, they should support any valid url string as that is allowed by the schema? Also, if you don't want to maintain your own tree of jbossws there is an option you can add to your jboss.xml or jboss-web.xml called wsdl-publish-location. It

[JBoss-user] [JBossWS] - Re: Deploy Problem ArrayOf_xsd_string

2005-03-15 Thread jasong
Hi, Here is a list of things that will probably fix your problem. 1. You are using rpc/encoded style webservices which is not allowed by WS Basic Profile 1.0, try using rpc/literal instead. 2. Try the latest version of jboss (4.0.1) 3. Don't use java2WSDL, use wscompile (included in the Sun JWS

[JBoss-user] [JBossWS] - Re: JSR181/JSR224 Support

2005-03-15 Thread jasong
Yes head is JBoss 5, which will be a J2EE 1.5 implementation, so it contains ejb3. This is a development branch, so dont expect stability or completeness. There is also a preview release of ejb3 you can get from the download page. Thanks, -Jason View the original post : http://www.jboss.org/in

[JBoss-user] [JBossWS] - Re: WS security and non-java clients

2005-03-15 Thread jasong
Then yes, if you can replicate the headers with your non-java client it will work. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870264#3870264 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870264 -

[JBoss-user] [JBossWS] - Re: problems calling webservices from a Stateless Session Be

2005-03-15 Thread jasong
The wiki is about J2EE compatible webservices, which is only present in JBoss 4. If you are using JBoss 3, you are actually using jboss.net. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870263#3870263 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [JBossWS] - Re: Change Web service port number

2005-03-15 Thread jasong
JBossWS uses tomcat internally to handler the webservice requests, so the actual port that jbossws listens on is whatever your tomcat is configured to listen on. The value WebServicePort is just used for rewriting the service endpoint address in the wsdl. So basically you want to set the port th

[JBoss-user] [JBossWS] - Re: Webservice deployment exception -- cannot deploy

2005-03-14 Thread jasong
I forgot to explain your error. Basically you can not write a pure standalone client as you are doing. ServiceFactory is dying because it can not find the internal jbossws implementation. Change your application to use the methodology in the example and everything should work great! Thanks, -Ja

[JBoss-user] [JBossWS] - Re: Webservice deployment exception -- cannot deploy

2005-03-14 Thread jasong
A J2EE web service client is actually a J2EE application client. This means that a portion of the client is actually deployed on the server. Your standalone program then accesses the "client" by using jndi to retrieve it. Take a look at this step by step wiki, it walks you through the process us

[JBoss-user] [JBossWS] - Re: JBoss supports SOAP 1.1 or 1.2?

2005-03-14 Thread jasong
Currently SOAP 1.1. The new JBossWS implementation (being worked on) will support 1.1 and 1.2. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870127#3870127 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870127

[JBoss-user] [JBossWS] - Re: want to use axis 1.2 with jboss 4.01

2005-03-13 Thread jasong
No jboss does not provide its own compiler, although the new implementation will include a set of tools supporting the new JAX-RPC2 standard. Currently we recommend using the wscompile tool which is part of the Sun JWSDP. There is alot of information about this available in the wiki, so I would

[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-13 Thread jasong
Are you using rpc/literal on the java side? Microsoft has not implemented rpc/literal (though it is planned in the .NET framework 2.0 release, already available in 2.0 beta). If using a microsoft beta framework is not an option, you may need to switch to document/literal. -Jason View the ori

[JBoss-user] [JBossWS] - Re: WS security and non-java clients

2005-03-13 Thread jasong
For better portability take a like at using HTTP basic auth. Take a look at the wiki for how: http://www.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869917#3869917 Reply to the post : http://www.jboss

[JBoss-user] [JBossWS] - Re: JBossWS and C# Interoperability

2005-03-11 Thread jasong
FYI, Microsoft will incorporate rpc/literal in the 2.0 .NET framework release. It is currently available in 2.0 Beta 1, although I haven't had time to test it out. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869741#3869741 Reply to the post : htt

[JBoss-user] [JBossWS] - Re: (beginner) wscompile and generated class files.

2005-03-08 Thread jasong
You can suppres their generation by using -define instead of -gen. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869247#3869247 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869247 --

[JBoss-user] [JBossWS] - Re: strage problem tcpmon

2005-03-05 Thread jasong
This looks like your jboss is not bound to localhost. I am going to guess that you had tcpmon running when you started jboss. Jboss by default binds to all ip addresses on port 8080, but if something else has bound localhost:8080, jboss will start fine, and just bind the rest of the addresses (

[JBoss-user] [JBossWS] - Re: Please Help : How to write client with complexType

2005-02-10 Thread jasong
If you mean a standalone client: http://www.jboss.org/wiki/Wiki.jsp?page=WSClientAppl -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866070#3866070 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866070 ---

[JBoss-user] [JBossWS] - Re: Authentication custom handler and JAAS module

2005-02-10 Thread jasong
If you are using basic auth, then the credentials are going to be passed in each and every http request, which means you dont need to cache them. When using basic auth in JBossWS, it will authenticate you according to its security zone, store the credentials, pass them to the EJB layer on invoca

[JBoss-user] [JBossWS] - Re: Ws-Security with JBossWS or using JWSDP with Jboss+tomca

2005-02-10 Thread jasong
Im sure there have been some people who have done this, but no one has taken the time to contribute a wiki entry with step by step instructions. You won't need to reinstall tomcat, because all that jwsdp does is generate a war for you (when you use the wsdeploy command.) If you read through th

[JBoss-user] [JBossWS] - Re: Collections as return types

2005-02-09 Thread jasong
JAX-RPC 1.1 does not support mapping Collections as return types, so for now you must use an array and wrap it in a JavaBean . The future spec may add support for it. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865932#3865932 Reply to the post :

[JBoss-user] [JBossWS] - Re: Ws-Security with JBossWS or using JWSDP with Jboss+tomca

2005-02-09 Thread jasong
JBossWS does not currently support WS-Security, although it is on the road map. It is probably possible to use jwsdp within jboss as you suggest, but you would not be able to do J2EE 1.4 style web services. You would have to use their generated stubs to call your EJB methods directly. -Jason V

[JBoss-user] [JBossWS] - Re: Using ws4ee-deployment.xml not being merged

2005-02-04 Thread jasong
If its a war you have to put it in the WEB-INF directory instead of META-INF. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865212#3865212 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865212 ---

[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-01-31 Thread jasong
"gregcrider" wrote : | In the SOAP envelope, you can see "cid:A9FCB00186FA6E4FFC4DB12F3B36CAFB";, but in the MIME portion where the attachment lives, the Content-Id is wrapped with < and >. I think this is causing the exception in my client. | | Any thoughts? | FYI, This is how cid l

[JBoss-user] [JBossWS] - Re: Generating WSDL

2005-01-13 Thread jasong
The wiki should be updated, wscompile is the best approach. The main reason is that axis can not generate jaxrpc-mapping.xml which leads to several problems. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861995#3861995 Reply to the post : http://www

[JBoss-user] [JBossWS] - Re: Axis EJB Handler Not Working

2005-01-13 Thread jasong
JBossWS is J2EE 1.4 compliant web services, J2EE 1.4 web services are completely different than Axis (very different APIs and configuration). However, JBossWS and Axis can not coexist because JBossWS uses a specially modified version of Axis internally. If you want portability (deploy on any a

[JBoss-user] [JBossWS] - Re: How do I deploy a SOAP Webservice (ServiceManagerClient

2005-01-10 Thread jasong
With J2EE web services there is no "command" to deploy web services. You build your package with the appropriate descriptors, which is what the tutorials are showing you how to make. Then, when you deploy your war or jar, the web service is deployed. Reread the wiki, it is quite clear about how

[JBoss-user] [JBossWS] - Re: Frequently Asked Questions [Web Services]

2005-01-10 Thread jasong
I also started a FAW in the wiki here: http://www.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ Its not much, but a start. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861470#3861470 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Beginners Corner] - Re: Is JBoss a POS???

2004-11-15 Thread jasong
FYI for those that don't know. Apache 2.1 is going to include a replacement for JK called mod_proxy_ajp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855229#3855229 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38552

[JBoss-user] [Management, JMX/JBoss] - Re: Classloading behavior change in current Branch_4_0

2004-11-12 Thread jasong
nevermind it turns out that the build for the branch has identical configs for server/default and server/standard. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855009#3855009 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Management, JMX/JBoss] - Re: Classloading behavior change in current Branch_4_0

2004-11-12 Thread jasong
Both of these are using the default scoping config. I am talking about the difference between 4.0.0 and the latest in the 4.0 cvs branch. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855008#3855008 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Management, JMX/JBoss] - Classloading behavior change in current Branch_4_0

2004-11-12 Thread jasong
I currently have a custom JAAS module inside a sar that is within an ear file. I noticed a problem with this setup in 4.0.0, when attempting to use the same security module for web authentication in an external war. If I for example, go to the jmx-console and invoke isValid() on the JassSecurity

[JBoss-user] [JCA/JBoss] - Re: JCA 1.5

2004-08-23 Thread jasong
Are there any plans to backport jca 1.5 to the 3.x series? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845942#3845942 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845942 --

[JBoss-user] [JBoss.NET & SOAP] - Re: non-primitive object as method param

2004-06-10 Thread jasong
Sorry errors in my last post... anonymous wrote : | Hi, | I looked at the wsdl that jboss-net creates and it does not denote anywhere that the parameter should be nillable. I assumed it would figure this out itself - is there a way to denote this in xdoclet or something? | This looks

[JBoss-user] [JBoss.NET & SOAP] - Re: non-primitive object as method param

2004-06-10 Thread jasong
"khelenek" wrote : Hi, | I looked at the wsdl that jboss-net creates and it does not denote anywhere that the parameter should be nillable. I assumed it would figure this out itself - is there a way to denote this in xdoclet or something? | [/quate] | | This looks like a bug, there is

[JBoss-user] [JBoss.NET & SOAP] - Re: Exposing remote methods

2004-05-26 Thread jasong
I should clarify this, you must set the view type of the bean to remote (Adding view-type="remote" to @ejb.bean) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836233#3836233 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBoss.NET & SOAP] - Re: Exposing remote methods

2004-05-26 Thread jasong
Yes, the way this works is that the ejb provider first searchs for a local interface to your bean, and then finally a remote interface. So, all you need to do is set your view type to remote. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836230#3836

[JBoss-user] [JBoss.NET & SOAP] - Re: JBoss.NET and .NET Interop

2004-05-20 Thread jasong
This is a bug with the JMX wsdl genertor that has been fixed in cvs. If you are not exposing JMX MBeans as web services, you can work around this problem by deleting the jmx-net.wsr folder in the jboss-net.sar directory. View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [JBoss.NET & SOAP] - Re: jboss-net.wsdd tags specification?

2004-05-20 Thread jasong
@jboss-net.wsdd-operation is a single tag. It is placed on a method and uses the java method argument names as the soap message part labels (instead of the autogenerated in0..inN) It also has an optional returnQName parameter that allows you to name the return message part. View the original