Re: namespaces error

2008-10-16 Thread Jeff Greif
The problem is form=unqualified in this line of the wsdl: s:element minOccurs=0 maxOccurs=1 form=unqualified name=Referentienummer type=s:string / That is, that element is supposed to be in the null namespace, not in ns3, but when axis/ADB sets the default namespace to a non-null

Re: namespaces error

2008-10-16 Thread Harm de Laat
In the mean time we have figured out that XMLBeans binding does not suffer from the same problems. So it seems it has something to do with ADB binding. On Wed, Oct 15, 2008 at 11:35 PM, Harm de Laat [EMAIL PROTECTED] wrote: Anybody has an idea on this. We're quite stuck on our project because

Re: namespaces error

2008-10-16 Thread Harm de Laat
Thanks for your suggestion. However, what should we change to make our webservice client work? I already, tried changing the line you suggested to: s:element minOccurs=0 maxOccurs=1 name=Referentienummer type=s:string / or to: s:element minOccurs=0 maxOccurs=1 form=qualified

Re: namespaces error

2008-10-16 Thread keith chapman
Looks like this is a bug in ADB indeed. Could you please raise a JIRA on this. Thanks, Keith. On Thu, Oct 16, 2008 at 8:34 PM, Harm de Laat [EMAIL PROTECTED] wrote: Thanks for your suggestion. However, what should we change to make our webservice client work? I already, tried changing the

Re: namespaces error

2008-10-15 Thread Harm de Laat
Anybody has an idea on this. We're quite stuck on our project because of this. Kind regards, Harm de Laat On Tue, Oct 14, 2008 at 5:52 PM, Harm de Laat [EMAIL PROTECTED] wrote: The message generated by SOAPUI looks like: soapenv:Envelope

Re: namespaces error

2008-10-14 Thread keith chapman
Could you post the schema section in the WSDL that describes GetOrderDetails. That would give us a clue to whats wrong. Thanks, Keith. On Tue, Oct 14, 2008 at 5:02 PM, Harm de Laat [EMAIL PROTECTED] wrote: Hi all, I'm having great difficulties calling a BizTalk webservice using axis2

Re: namespaces error

2008-10-14 Thread Harm de Laat
Here is the complete WSDL file (I just commented out the IP address for the service). What may be worth of mentioning is that I tried using SOAPUI, which worked instantly with this specific WSDL. ?xml version=1.0 encoding=utf-8? wsdl:definitions xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/;

Re: namespaces error

2008-10-14 Thread keith chapman
Looking at the WSDL it looks like a correct message should be of the form. soapenv:Envelope xmlns:soapenv=http://www.w3.org/2003/05/soap-envelope; soapenv:Body ns3:GetOrderDetails xmlns:ns3= http://webservices.sanoma-uitgevers.nl/AdvPortal/MDC/; n2:OrderInfo xmlns:n2=

Re: namespaces error

2008-10-14 Thread Harm de Laat
The message generated by SOAPUI looks like: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:mdc=http://webservices.sanoma-uitgevers.nl/AdvPortal/MDC/; xmlns:sch= http://schemas.sanoma-uitgevers.nl/AdvPortal/MDC/SchemaOrderInfoRequestWeb; soapenv:Header/

namespaces error

2008-10-14 Thread Harm de Laat
Hi all, I'm having great difficulties calling a BizTalk webservice using axis2 (1.4.1) with ADB. I have generated my client using the following command: wsdl2java.sh -uri http://x.x.x.x/WebServices/AdvPortal/MDC/WebService_Sanoma_BizTalk_AdvertentiePortal_MDC.asmx?WSDL-p