[xfire-user] Help needed in data binding.

2007-02-27 Thread Irshad Buchh
Hi, We have deployed as a test the jpetstore (part of spring distribution) samples webservice using XFire. Everything just went fine and wsdl is given below. Now some of the clients are trying to consume this webservice. This is what they did: 1. Using wsdl2java, generate the stub classes,

[xfire-user] Re: (Newbie) Inheritance and polymorphism issue

2007-02-27 Thread Steve Kwee
John Wright john.wright at dealchecker.co.uk writes: Could anyone help me out with this? I don't know how to tell which XML binding is being used (though it looks like Aegis in the generated source?) Thanks John Wright wrote: Is there a way to force XFire to return an instance of a

Re: [xfire-user] Dynamic Client Returns null Document

2007-02-27 Thread AymenN
hi for all, i had the same problem. can someone help us. thanks. Hodges, Chris wrote: I am trying to use the Dynamic Client and so far all I get back is a null Document. I am using tcpmon to monitor the messages and I see a valid request coming back. Any ideas what I am doing wrong?

Re: [xfire-user] WsGen - java.lang.IllegalArgumentException: JClass name

2007-02-27 Thread Tomek Sztelak
Can you tell me which tests fails ? Btw, you don't need to build all modules, xfire-core, xfire-annotation, xfire-jaxb2, xfire-java5 and xfire-generator should be sufficient. On 2/27/07, Martin Tilma [EMAIL PROTECTED] wrote: Hi Tomek, I commited main pom with commented jixb module :/ But its

Re: [xfire-user] wsgen, how to supress wrapped (force bare) parameter style?

2007-02-27 Thread Tomek Sztelak
Hi Can you share this patch with us ? On 2/14/07, Pawel Jasinski [EMAIL PROTECTED] wrote: Thanks, I wil give CXF a try. In a mean time I have made modification to wsgen so it does what i need. -- Pawel On 2/14/07, Dan Diephouse [EMAIL PROTECTED] wrote: Hi Pawel, XFire doesn't support this

[xfire-user] Have XFire Up, hanging on startup

2007-02-27 Thread Turner, James
I'm using MyEclipse 5.1, Tomcat 5.5.7, JDK 5 I've created an XFire project from a WSDL using the MyEclipse tools. When I start up Tomcat, everything is fine until it gets to: Feb 27, 2007 10:28:29 AM org.springframework.beans.factory.support.DefaultListableBeanFactory

RE: [xfire-user] Have XFire Up, hanging on startup

2007-02-27 Thread Turner, James
Ok, I've done a little more experimenting, and it appears it was hanging because I specified an http://localhost URL for my wsdlURL in my services.xml. I've got an wsdl that requires an xsd, where do I put them in my MyEclipse hierarchy and how do I specify them as a relative path in the

[xfire-user] ws-addressing

2007-02-27 Thread Adrian Corcoran
Hi, I have a problem with invoking a service using ws-addressing. I have the ws addressing action set, the AddressingInHandler does not seem to be able to find the operation for that action. In fact when I debug through the AddressingInHandler I see that service.getOperations() returns all the

Re: [xfire-user] Using the bindings yourself

2007-02-27 Thread Connor Sadler
Hi, I'm fairly new to XFire but have done some hacking through the source code myself. I would do this: 1. (optional) Follow the XFire tutorials (or MyEclipse tutorials) to expose a bean with a method using a custom type POJO as a web service. Get this working with a client [If you already

Re: [xfire-user] XFire or CXF? (dynamic web services)

2007-02-27 Thread Sam Wilson
It would be great to get an answer to this. It seems as though the main xfire devs have abandoned this project for CXF making much needed improvments and fixes there and not here. sw Connor Sadler wrote: Hi, We have metadata in our app which allows the user to define entities [e.g.

[xfire-user] Schema vs DTD Spring 2

2007-02-27 Thread Rich.Baldwin
I'm using Spring 2 and xfire 1.2.4. I'm trying to transition from DTD to schema, but I keep running into the error below. The syntax of my applicationContext.xml file for spring looks fine. Any ideas?Tx, Rich ?xml version=1.0 encoding=UTF-8? beans

Re: [xfire-user] Any Workarounds for XFIRE-739: wsdl: doesn't describe pojos in xsd ?

2007-02-27 Thread Sebastien Cesbron
Dan have you tried my service to see if everything works fine with Jaxb. Is there any problem with jaxb and list parameters or not ? Seb On 1/25/07, Sebastien Cesbron [EMAIL PROTECTED] wrote: Hi Dan, Here is my config to reproduce the problem Something weird in your post : *

[xfire-user] WSDL Address

2007-02-27 Thread Jason Cwik
I'm using XFire with JAXB 1.1 bindings (I have to use JAXB 1.1 instead of 2.0 since a project requirement is Java 1.4). When I check out my WSDL, the wsdlsoap:address is set to the default value of: wsdlsoap:address location=http://localhost/services/TestEngine/ I saw issue XFIRE-366 in the