[jboss-user] [JBossWS] - Re: Problem with publishing a web service

2007-08-30 Thread omatzura
Hi! hmm.. the JBOSS_HOME variable looks a bit strange: C:\FitNetManager\Jboss-4.0.5.GA\bin\\.. can you set it to C:\FitNetManager\Jboss-4.0.5.GA somehow? regards! /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079562#4079562 Reply to

[jboss-user] [JBossWS] - Re: Problem with publishing a web service

2007-08-30 Thread omatzura
Hi, you need to set JBOSS_HOME to C:\FitNetManager\Jboss-4.0.5.GA and set the jbossws-tools directory to C:\FitNetManager\Jboss-4.0.5.GA\bin if you do this.. what error do you get? regards! /Ole eviware.com View the original post :

[jboss-user] [JBossWS] - Re: Cannot find child element - with namespace

2007-08-29 Thread omatzura
Hi! this looks like a problem with the xfire client; when using RPC-style operations, the different part elements must not have a namespace in accordance with the basic profile, which states; R2735 An ENVELOPE described with an rpc-literal binding MUST place the part accessor elements for

[jboss-user] [JBossWS] - Re: Cannot find child element - with namespace

2007-08-29 Thread omatzura
Hi! actually no.. the WSDL Contract uses rpc/literal (not rpc/encoded) which should be supported by xfire.. strange.. regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079150#4079150 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Where is the latest JBossWS plug-in being developed?

2007-07-16 Thread omatzura
Hi guys, we (eviware) are currently working on a release that will work on eclipse 3.3.. hopefully to be released within a week or two.. sorry for the inconvenience! regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064701#4064701

[jboss-user] [JBossWS] - Re: Looking for explanation of wsdl mapping problem

2007-05-30 Thread omatzura
Hi, the import probably needs to specify the location for it to work, ie s:import namespace=http://www.w3.org/2001/XMLSchema; schemaLocation=http://www.w3.org/2001/XMLSchema.xsd; / regards, /Ole eviware.com View the original post :

[jboss-user] [JBossWS] - Re: Looking for explanation of wsdl mapping problem

2007-05-30 Thread omatzura
Hi, well, judging from the XML Schema spec for imports (http://www.w3.org/TR/2001/PR-xmlschema-1-20010316/#composition-schemaImport), there are actually rules/guidelines for how to locate an XML Schema when the schemaLocation attribute is missing.. I don't know though if they would have been

[jboss-user] [JBossWS] - Re: Looking for explanation of wsdl mapping problem

2007-05-29 Thread omatzura
Hi! The problem is that the .net generated wsdls probably dont actually import the xmlschema schema (via an s:import statement), which results in the wsconsume schema parser not being able to find the global element definition for the schema element.. (You'll get an error for this in for

[jboss-user] [JBossWS] - Re: Generate JBossWS Artifacts: Error occurs

2007-05-07 Thread omatzura
Hi, which jbossws version are you using? /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043703#4043703 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043703 ___

[jboss-user] [JBossWS] - Re: After Adding WSDL to JBossWS, the

2007-05-06 Thread omatzura
hehe.. det var så lite.. /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043512#4043512 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043512 ___ jboss-user

[jboss-user] [JBossWS] - Re: After Adding WSDL to JBossWS, the

2007-05-05 Thread omatzura
Hi! You will need to switch to the Project Explorer view instead of the Package Explorer to see the WSDL under the JBossWS Web Services node. does that help? regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043481#4043481 Reply to

[jboss-user] [JBossWS] - Re: Problem for publish a Web Service

2007-03-27 Thread omatzura
Hi! hm.. no.. wstools uses the compiled class-files for generating artifacts, and these still seem to contain some references to these classes.. how can that be? hmm.. /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031923#4031923 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem for publish a Web Service

2007-03-27 Thread omatzura
Hi! you probably need to switch to the Project Explorer view (not the Package Explorer).. regards! /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4032259#4032259 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem for publish a Web Service

2007-03-26 Thread omatzura
Hi! you can't run wstools / publish for an annotated webservice, just package the compiled class in a jar and deploy it.. Hope this helps! regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031632#4031632 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem for publish a Web Service

2007-03-26 Thread omatzura
Hi, strange.. please try cleaning your project and removing unnecessary imports as well.. regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031728#4031728 Reply to the post :

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-21 Thread omatzura
Hi! hmm.. can you show one of the requests that results in this error? regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020320#4020320 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020320

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-21 Thread omatzura
Hi, hmm... maybe this is happening because you are using jdk 1.6.. can you try running jboss under jdk 1.5 instead? regards again, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020430#4020430 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Missing JBossWS options

2007-01-29 Thread omatzura
Hi! strange.. exactly what jdk/jre version are you running eclipse under? /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008149#4008149 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008149

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Missing JBossWS options

2007-01-26 Thread omatzura
Hi! The JBossWS requires that you are running eclipse under JDK 1.5.. regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006730#4006730 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006730

[jboss-user] [JBossWS] - Re: Developing services using JBossWS 2.0

2007-01-11 Thread omatzura
Hi! The JBossWS / SoapUI plugin has initial support for generating JAX-WS annotations (JSR 181 compliant), we are working on an updated version with JAX-WS 2.0 specific support.. you could use the current one to generate inital annotations and complement with JAX-WS 2.0 specific ones

[jboss-user] [JBossWS] - Re: Schema-first WS development with JBossWS

2007-01-10 Thread omatzura
Hi! the jbossws-support in jbosside 2.0 beta2 has initial support for this (ie generating server side java from wsdl).. have a look at the tutorials at http://www.soapui.org/jbossws/topdown.html.. If I remember correctly, you need to; 1) generate java artifacts from your wsdl using wstools

[jboss-user] [JBossWS] - Re: Schema-first WS development with JBossWS

2007-01-10 Thread omatzura
Hi! Could you mail/show me the WSDL so I can have a look? kind regards, /Ole [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000170#4000170 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4000170

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossWS tutorial question

2007-01-10 Thread omatzura
Hi Ken, sorry for not replying earlier.. are you viewing your project in the Project Explorer (not the Package Explorer)? regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000199#4000199 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossWS tutorial question

2007-01-10 Thread omatzura
Great! be sure to report any issues with the plugin or the tutorial so we can fix them for the next release :-) regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000210#4000210 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Unable to Configure JBossWS Project

2007-01-08 Thread omatzura
Hi! nope.. it will be with beta3/rc1.. dont think an official date has been set.. thanks for reporting this! regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998999#3998999 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Unable to Configure JBossWS Project

2007-01-05 Thread omatzura
Hi, thanks for your post.. we'll have to look into this, as it seems to be some mac-specific problem.. sorry for the inconvenience.. regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998385#3998385 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-11-02 Thread omatzura
Thanks for your feedback Mark.. this looks like a bug in the plugin.. will be fixed in next beta.. I'll let you know.. regards! /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982592#3982592 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
Hi, ok.. does this mean that it is working now or should I continue my bug-hunt? regards! /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982096#3982096 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982096

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
ok Mark, I think this is a bug in the handling of th ejb-jar.xml file.. I'll get back to you when I have some more info (and a fix hopefully.. ).. thanks for your feedback so far! regards, /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982143#3982143

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
ok.. where did it get generated instead? (did it get generated at all?) regards! /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982183#3982183 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982183

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
ok.. can you show the output in the log window when running wstools? regards! /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982214#3982214 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982214

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
thanks! and there is no C:\DOCUME~1\mrosenth\LOCALS~1\Temp\wstools-config25073.xml file in the filesystem? strange indeed.. this is just created using the standard File.createTempFile( wstools-config, .xml ); hmm... /Ole View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
Hi! hmm.. I'm not sure what this error actually means.. (ie why it failed..), could you please check the contents of the generated wstools config (C:\DOCUME~1\Mark\LOCALS~1\Temp\wstools-config3273.xml) if there are some strange path entries? regards, /Ole View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
ok thanks.. What path have you set to your ejb-jar.xml file in the deploy tabs' Deployment Descriptor field? regards! /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982038#3982038 Reply to the post :

[jboss-user] [JBossWS] - Re: endpoint handler

2006-10-30 Thread omatzura
Hi, We'll add handler support to the JBossIDE plugin before the final release... thanks for your feedback. regards, /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981700#3981700 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Eclipse Plugin and WSDL Polymorphism

2006-10-29 Thread omatzura
Hi Kalvin, ok.. sorry.. mistake was mine.. I'm not sure if wstools supports this currently, the coming JAX-WS 2.0 compatible JBossWS 2.0 uses JAXB for databinding which probably supports your scenario.. but I'm not sure on any of those claims ;-).. try reposting your question in the JBossWS

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-29 Thread omatzura
Hi! You need to extract the methods you want to expose from your EJB into a seperate interface that extends Remote, ie if you have a doIt method in your EJB, refactor it into an interface (Refactor/Extract Interface), then make sure that the interface extends Remote and the interfaces methods

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Eclipse Plugin and WSDL Polymorphism

2006-10-27 Thread omatzura
Hi Kalvin, I'm not sure about the jbossws stack and the associated wstools (which are used by the eclipse plugin), but the underlying webservice logic in the plugin *should* support polymorphism as you describe.. ie you should be able to import a WSDL containing a portType with the same

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-26 Thread omatzura
Hi Kalvin, it's a bug in the plugin I believe.. please check thegenerated webservices.xml file and remove the leading : in the wsdl-port element.. this is fixed in the nightly builds.. hope this helps! regards, /Ole eviware.com View the original post :

[jboss-user] [JBossWS] - Re: JBossWS Plugin for JBossIDE / Eclipse

2006-10-26 Thread omatzura
Thank you Heiko! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981018#3981018 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981018 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: JBossWS Plugin for JBossIDE / Eclipse

2006-10-24 Thread omatzura
Hi Romeu, Great! We are very thankfull for all your feedback, how minor the issue may seem.. either mail me directly ([EMAIL PROTECTED]) or add relevant issues to the JBoss JIRA and we will try to fix them promptly :-) best regards, /Ole View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin Walkthrough Example

2006-10-24 Thread omatzura
Hi Kalvin! I am guessing that you are in the Package Explorer View but need to be in the Project Explorer View instead.. could you please check this? (this needs to be clarified in the documentation, sorry..) regards! /Ole View the original post :

[jboss-user] [JBossWS] - Re: JBossWS Plugin for JBossIDE / Eclipse

2006-10-23 Thread omatzura
Hi! hmm.. strange stuff.. only thing I can think of is that something went wrong during the jbossws installation.. could you try the jems installer which should have everything bundled up? http://sourceforge.net/project/showfiles.php?group_id=22866package_id=193295 regards! /Ole View the

[jboss-user] [JBossWS] - jbossws verision in jbossas 4.0.5GA?

2006-10-19 Thread omatzura
Hi! I saw that JBoss 4.0.5GA has just been released.. which jbossws version has been bundled with it? regards! /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979308#3979308 Reply to the post :

[jboss-user] [JBossWS] - Re: jbossws verision in jbossas 4.0.5GA?

2006-10-19 Thread omatzura
thanks! /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979336#3979336 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3979336 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Consuming web service -Java Client vs soap ui

2006-10-19 Thread omatzura
Hi! that message looks strange to me.. could you please try to instead import your webservices' WSDL into soapui and submit one of its generated requests? regards! /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979459#3979459 Reply to the post :

[jboss-user] [JBossWS] - Re: Consuming web service -Java Client vs soap ui

2006-10-19 Thread omatzura
Hi! ok.. then you should probably wrap the content of String_1 in ![CDATA[ ... ]] ie soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:typ=http://document.test.nagesh/types; soapenv:Body typ:create typ:String_1![CDATA[abc:CustomerData

[jboss-user] [JBossWS] - schema import fails for relative schemaLocation

2006-10-18 Thread omatzura
Hi I have a WSDL which import a schema in its types section... the schemaLocation is specified relative to the WSDL itself.. ie schemaLocation=myschema.xsd when deploying my WS with this WSDL, I get a WSException thrown in WSDL11Reader, line 417; Unsupported schemaLocation: myschema.xsd

[jboss-user] [JBossWS] - JBossWS Plugin for JBossIDE / Eclipse

2006-10-13 Thread omatzura
Hi all, We are happy to announce the first public beta of our JBossWS-plugin for JBossIDE / Eclipse (http://www.soapui.org/jbossws/index.html) which has been release as part of the JBossIDE 2.0.0 beta2 release. The JBossWS Plugin is a specialized Eclipse plugin for working with the JBossWS

[jboss-user] [JBossWS] - Re: How to create Cutom SoapException

2006-10-12 Thread omatzura
Hi! I had a similar issue.. look at http://www.jboss.com/index.html?module=bbop=viewtopict=92041 regards! /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977881#3977881 Reply to the post :

[jboss-user] [JBossWS] - problem throwing SOAPFaultException

2006-10-04 Thread omatzura
Hello, I want to throw a custom SOAP Fault so I am trying to throw a SOAPFaultException from within my EJB21 Webservice: throw new SOAPFaultException( new QName( test ), faultString, faultActor, detail ); unfortunately, this get serialized as env:Envelope

[jboss-user] [JBossWS] - jsr181 ejb3 as ws-client?

2006-10-04 Thread omatzura
Hello, I have a JSR-181 annotated EJB3/WS which works fine. I now want to invoke an external webservice from within this EJB3.. what is the recommended way to do this? Can I somehow add EJB21-style service-refs to my EJB3? Or do I have to do DII or raw invocations? thanks for any reply!

[jboss-user] [JBossWS] - Re: problem throwing SOAPFaultException

2006-10-04 Thread omatzura
ok.. I've fixed this in the 1.0.3 sources locally; in org.jboss.ws.server.ServiceEndpointInvoker#handleInvocationException(Throwable) the handled exception is an MBeanException which wraps a ServerException which wraps the original SOAPFaultException.. I added a check for this; if (th

[jboss-user] [JBossWS] - Re: StackOverflow while running wstools for Amazon WSDL

2006-10-03 Thread omatzura
Hi! I've had the same issue and filed a bugreport in JIRA: http://jira.jboss.org/jira/browse/JBWS-1259 no reply yet though.. /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975739#3975739 Reply to the post :

[jboss-user] [JBossWS] - problem adding soapheaders to response with EJB21 ws

2006-09-28 Thread omatzura
Hi! I have a JAXRPC-handler thats adds some soap-headers to the response message in handleResponse( .. ). Unfortunately, these headers only work when deploying the handler with as a servlet/POJO-based WS, when adding them to a EJB21.based WS, the headers never show up in the response.. after

[jboss-user] [JBossWS] - Re: May have found a bug - need expert opinion

2006-09-28 Thread omatzura
Hi! maybe the soap:encodingStyle=http://schemas.xmlsoap.org/soap/encoding/; attribute is causing the problem? The generated wsdl probably doesn't use soap-encoding.. can you remove this attribute just for testing? regards! /Ole View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot add J2EE Server

2006-09-26 Thread omatzura
Hi, Just to confirm your statement Rob, we are working on much improved webservice support for jbosside 2.0.0, the upcoming beta2 will have most features in place together with documentation and samples.. regards! /Ole eviware.com View the original post :

[jboss-user] [JBossWS] - WSDL-first message-style ws?

2006-09-25 Thread omatzura
Hi! I want to implement a WSDL-first web-service but want to do the databinding myself.. wscompile has a nodatabinding option for this when generating server-side artifacts.. wstools/wsdl-java does not seem to have this option.. Can I use the jaxrpc-mapping file generated by wscompile

[jboss-user] [JBossWS] - Re: EJB3 Webservices

2006-09-23 Thread omatzura
Hi! You'll need to use jbossws for this, both J2EE style and annotated are supported... have a look at http://labs.jboss.com/portal/jbossws/user-guide/en/html/endpoints.html hope this helps! regards, /Ole eviware.com View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE Web Service support ?

2006-09-06 Thread omatzura
Hi Rob, yes.. there is an ongoing effort to provide webservice-support to jbosside 2.0 by the team behind soapui (http://www.soapui.org). There is an initial spec at http://jira.jboss.org/jira/browse/JBIDE-350 and an interim update will be published soon. As you say, we are not tying into the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Using JBossIDE to generate Web Sevices

2006-08-28 Thread omatzura
Hi! The current version of the jbossws-plugin for jbosside has rudimentary support for generation of webservices from java-code (bottom-up).. we are working on a getting started document which I hope to publish it later this week together with an updated plugin.. hope you can manage until