RE: WSDL SchemaDTD

2003-08-14 Thread Mark.Gargan
Title: Message Thanks for clearing that up Anne. What's the story with Axis and implementing WSDL 1.2 do you know?   Thanks, Mark.   -Original Message-From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 08 August 2003 21:03To: [EMAIL PROTECTED]Subject: Re: WSDL Sche

RE: WSDL SchemaDTD

2003-08-14 Thread Mark.Gargan
Title: Message Richard and Girish,     Thanks lads. I was getting ahead of myself I think. I was looking at WSDL1.2 indeed Girish. Thanks for setting me straight. Richard, thanks for the URL. I've a nasty habit of thinking that namespaces don't have schemas behind them for some reason

Complex types between Java and PHP

2003-08-11 Thread Mark.Gargan
Title: Message Hi folks,   I'm trying to set up a php webservice that has a complex type as a parameter. Do I have to ensure that there's a java implementation of the complex type in the class path of any consuming J2ee applications or does axis generate the stuff dynamically? My co

WSDL SchemaDTD

2003-08-08 Thread Mark.Gargan
Title: Message Hi folks,   Is there a WSDL schema or DTD available does anyone know? I'm just having a quick look at the wsdl spec here and instead of 'portType' they have 'interface'. This is interesting as they mention that intances of the interface element may extend other in

RE: WSDL Parameter Names

2003-06-27 Thread Mark.Gargan
Title: Message Hey Niranjan,     Thanks a million for that Niranjan. I couldn't find the dtd/xsd for the WSDD. You couldn't fire me on the URL for the doctype could you?   I'm looking to use xdoclet myself to generate the service deployment descriptor but when I had a look, the onl

RE: WSDL Parameter Names

2003-06-26 Thread Mark.Gargan
Title: Message HI Lads,     Thanks for the resposes guys. The problem is that the WSDL is autogenerated by jboss using the axis libs.. If you guys know where to amend the code in the Emitter so that it uses the implementation i.e. the session bean as opposed to the interface that would

WSDL Parameter Names

2003-06-26 Thread Mark.Gargan
Title: Message Hi folks,     Is there anyway to set the parameter Name's to something other than in0, in1 ...   THanks, Mark.