RE: Java2WSDL importSchema - how to use in a WSDD

2004-08-05 Thread Nathan Sowatskey
that is imported from an external file or URL? I > > notice that Java2WSDL has an "importSchema" option, but I > > can't seem to figure out how to use it in a WSDD. > > > > Thanks. > > -- Nathan Sowatskey - Technical Leader, NMTG CTO Engineering - Desk +44-208-824-4259/+1-408-527-2595 - Mobile +44-7740-449794 - AIM id NathanCisco - [EMAIL PROTECTED]

java2wsdl, complex types and document/literal - Is it supposed to work?

2004-08-02 Thread Nathan Sowatskey
Hi I have been trying to use java2wsdl to get the WSDL for an interface that uses a complex class that requires a typemapping to a BeanSerializer. java2wsdl works fine if I leave the encoding to be the default. If I define document/literal, like this: [EMAIL PROTECTED]:~/myprojects/...> java o

Re: What version of SOAP does AXIS v1.1 support ?

2004-07-29 Thread Nathan Sowatskey
1.1. Nathan On Thu, 2004-07-29 at 09:30, Ramasamy S/O Valliappan wrote: > Is it v1.1 or v1.2 of SOAP ? -- Nathan Sowatskey - Technical Leader, NMTG CTO Engineering - Desk +44-208-824-4259/+1-408-527-2595 - Mobile +44-7740-449794 - AIM id NathanCisco - [EMAIL PROTECTED]

Re: Identifying a WSDD file for Java2wsdl to define the beanMapping

2004-07-28 Thread Nathan Sowatskey
, 2004-07-28 at 17:21, karim wrote: > Nathan Sowatskey wrote: > > >Hi > > > >I am trying to use java2wsdl to create the wsdl for a set of Java > >classes. I have a complex class that needs to be serialised with the > >bean serialiser. I understand that I need to

Identifying a WSDD file for Java2wsdl to define the beanMapping

2004-07-28 Thread Nathan Sowatskey
ttp://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: Please register a typemapping/beanmapping for 'com.cisco.netconf.rpc.RPCReply' faultActor: faultNode: faultDetail: I am sure that I have missed something obvious, but I don't know what.