[xfire-user] Changed behaviour with XmlBeans

2007-04-11 Thread Matthew Graham
Hi, I was previously using XFire 1.2RC1 with XmlBeans 2.1.0 and generating server side stubs with ws-gen under Maven. This gave me methods such as: public SetNodeResponseDocument setNode(SetNodeDocument SetNode) throws InternalFault_Exception, InvalidArgumentFault_Exception,

Re: [xfire-user] wsgen fails for Amazon.com wsdl (AWSECommerceService) when using xmlbeans binding

2007-04-20 Thread Matthew Graham
Hi, I would be interested in knowing whether you have done this successfully. I posted a problem I was having with XFire 1.2.5 and XmlBeans about 10 days ago - the problem did not exist with XFire 1.2RC1 which I was using previously. Cheers, Matthew dpociu wrote: Oh, sorry, based

Re: [xfire-user] XFire 1.2.5 and XmlBeans does not work

2007-04-25 Thread Matthew Graham
this question on xmlbeans mailing list. You can also try to change your pom dependency to previous xmlbeans version. On 4/25/07, Matthew Graham [EMAIL PROTECTED] wrote: Hi, I'm trying to find help with this for the third time since I have no idea what the problem is: I was previously using XFire 1.2RC1

Re: [xfire-user] XFire 1.2.5 and XmlBeans does not work

2007-04-25 Thread Matthew Graham
, Matthew Tomek Sztelak wrote: I can't answer your question, because i don't know much about xmlbeans.But you can post this question on xmlbeans mailing list. You can also try to change your pom dependency to previous xmlbeans version. On 4/25/07, Matthew Graham [EMAIL PROTECTED] wrote: Hi, I'm

[xfire-user] Wrong target namespace in generated WSDL

2007-04-25 Thread Matthew Graham
Hi, I'm using XFire 1.2.2 with XmlBeans binding from a WSDL defined with: wsdl:definitions xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/; xmlns:http=http://schemas.xmlsoap.org/wsdl/http/; xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/; xmlns:xsd=http://www.w3.org/2001/XMLSchema;

Re: [xfire-user] Wrong target namespace in generated WSDL

2007-04-26 Thread Matthew Graham
Hi, Further to this, is there any way to force the service to actually return the WSDL file that was used to generate the stub code instead of XFire generating it? Cheers, Matthew Matthew Graham wrote: Hi, I'm using XFire 1.2.2 with XmlBeans binding from a WSDL defined

Re: [xfire-user] Wrong target namespace in generated WSDL

2007-04-30 Thread Matthew Graham
Hi, After digging around in the JavaDocs a bit, I discovered that the way to do this is: service.setWSDLWriter(new ResourceWSDL(myService.wsdl)); It would be nice if this was documented somewhere :-) Cheers, Matthew Matthew Graham wrote: Hi, Further to this, is there any way

Re: [xfire-user] Wrong target namespace in generated WSDL

2007-04-30 Thread Matthew Graham
On 4/30/07, Matthew Graham [EMAIL PROTECTED] wrote: Hi, After digging around in the JavaDocs a bit, I discovered that the way to do this is: service.setWSDLWriter(new ResourceWSDL(myService.wsdl)); It would be nice if this was documented somewhere :-) Cheers, Matthew Matthew Graham wrote

Re: [xfire-user] geo-ip client example with xmlbeans

2007-05-01 Thread Matthew Graham
Hi, This is exactly the same problem that I reported here recently and have opened a JIRA (XFIRE-967) on. Cheers, Matthew Zdeněk Vráblík wrote: Hi all, I have tried geo-ip client example with xmlbeans. It works fine with jaxb. I created jar file with xmlbind 2.2.0, than I added this