org.xml.sax.SAXException: No such operation

2002-06-07 Thread Edwards, Jeff
Hi, I am having a problem with the following wsdl: http://www.w3.org/2001/XMLSchema"; xmlns:hw="urn:HealthWelfareSchema" xmlns:fh="urn:FESCOHeadSchema" xmlns:org="urn:OrganizationSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";

namespace question

2002-06-05 Thread Edwards, Jeff
Hi, When I generate an XML document from a simple axis client, the default namespace of the response body elements appears incorrect. In the example below, the namespace for 'PingResponse' is correct, but am unclear why the child element Message is given xmlns="". http://schemas.xmlsoap.org/so

RE: question on migrating from Soap 2.2 to Axis

2002-06-03 Thread Edwards, Jeff
Hi, I am having problems getting this to work. I defined my service to be of 'application' scope and have my service impl class implementing the 'javax.xml.rpc.server.ServiceLifecycle' interface. The 'init' message is not being called after the service is started -- for the initial call or subs

WSDL Question

2002-06-03 Thread Edwards, Jeff
I'm having a problem with the following wsdl example: http://www.w3.org/1999/XMLSchema"; xmlns:xsd1="urn:FooBar2" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns="http://schemas.xmlsoap.org/wsdl/";> http://ww