Re: Browser/CURL requests to WS w/response extending a type

2014-04-17 Thread Mike Hawes
ion to equate the targetNamespace of an XML > schema or the value of the *xmlns* attribute in XML instances with the > location of the corresponding schema. > > Since namespaces are in fact *URIs*, and *URIs may be locations*, and *you > may be able to retrieve a schema from that location*, > > it does not mean that is the only sch

RE: Browser/CURL requests to WS w/response extending a type

2014-04-15 Thread Martin Gainty
r namespace, and it is up to a processor of XML to determine which one to use in a particular processing context. The WSDL specification provides the processing context here via the mechanism, which is based on the XML schemas grammar for the similar concept" http://www.w3.org/TR/ws

Re: Browser/CURL requests to WS w/response extending a type

2014-04-15 Thread Mike Hawes
lar processing context. The WSDL specification provides the > processing context here via the ** mechanism, which is based on > the XML schemas grammar for the similar concept" > http://www.w3.org/TR/wsdl > > *to use a specific XSD location use xs:import *e.g. > http://www.w3schools.com/schema"/> >

RE: Browser/CURL requests to WS w/response extending a type

2014-04-15 Thread Martin Gainty
com/schema"/> http://www.w3schools.com/schema/el_import.asp HTH Martin __ Date: Tue, 15 Apr 2014 09:28:28 +0100 Subject: Re: Browser/CURL requests to WS w/response extending a type From: mike.ha...@ombiel.com To: java-user@axis.apac

Re: Browser/CURL requests to WS w/response extending a type

2014-04-15 Thread Mike Hawes
naming things, and off-by-one errors.* > > *-Martin Fowler* > > > > *From:* Mike Hawes [mailto:mike.ha...@ombiel.com] > *Sent:* Monday, April 14, 2014 4:25 AM > *To:* java-user@axis.apache.org > *Subject:* Re: Browser/CURL requests to WS w/response extending a type > >

RE: Browser/CURL requests to WS w/response extending a type

2014-04-14 Thread Newton, Doug
invalidation, naming things, and off-by-one errors. -Martin Fowler From: Mike Hawes [mailto:mike.ha...@ombiel.com] Sent: Monday, April 14, 2014 4:25 AM To: java-user@axis.apache.org Subject: Re: Browser/CURL requests to WS w/response extending a type Hi Shameera, I'm afraid there are no log m

Re: Browser/CURL requests to WS w/response extending a type

2014-04-14 Thread Mike Hawes
Hi Shameera, I'm afraid there are no log messages there at all for that request, in any of the standard tomcat logs or our Log4J setup, not even an access request. Is there some specific Axis2 logging I should enable? Best regards, Mike On 11 April 2014 18:43, Shameera Rathnayaka wrote: > Hi

Re: Browser/CURL requests to WS w/response extending a type

2014-04-11 Thread Shameera Rathnayaka
Hi Mike, Do you see any exception in servers side logs? if there is, send the stack trace of server side too? Thanks, Shameera. On Fri, Apr 11, 2014 at 3:42 PM, Mike Hawes wrote: > I've written a web service with Axis2 1.6.2 with a request that extends > another type, with a request element t

Browser/CURL requests to WS w/response extending a type

2014-04-11 Thread Mike Hawes
I've written a web service with Axis2 1.6.2 with a request that extends another type, with a request element that looks like this in its .xsd: