Re: wsdl2java error in .NET generated WSDL

2011-11-23 Thread David Brown
Hi Daniel, Wow! that worked! I have not run the SOAP client yet but the Java stubs generated no problemo! Regards, David. On Wed, 2011-11-23 at 16:18 -0500, Daniel Kulp wrote: > > The simplest thing to do is to flip JAXB into it's "simple" mode. Create a > binding file of: > http://ts2.nbs-us.c

Re: wsdl2java error in .NET generated WSDL

2011-11-23 Thread Daniel Kulp
The simplest thing to do is to flip JAXB into it's "simple" mode. Create a binding file of: http://ts2.nbs-us.com/TestWS/Service.asmx?WSDL"; xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";

Re: wsdl2java error in .NET generated WSDL

2011-11-22 Thread David Brown
Hello Daniel, thanks for the speedy reply. The WSDL is public so it is quite easy with only a handfull of operations exposed: http://ts2.nbs-us.com/TestWS/Service.asmx?WSDL I can make everything work except the method: getTableData by commenting out the offending extra attribute: 'any'. I trie

Re: wsdl2java error in .NET generated WSDL

2011-11-22 Thread Daniel Kulp
The jaxb binding file is really the only way, but they can be very tricky to get right. Can you post a sample project with a stripped down wsdl or something? Dan On Tuesday, November 22, 2011 11:07:59 AM David Brown wrote: > Hello cxfers, I have the dubious task of consuming a .NET 2.0 gene

wsdl2java error in .NET generated WSDL

2011-11-22 Thread David Brown
Hello cxfers, I have the dubious task of consuming a .NET 2.0 generated WSDL using our internally developed SOAP client. The .NET WS is public and we have no control over the generation of the WSDL. Therefore, we must have a solution in the binding or the WSDL itself. I am currently running the w