RE: Looking for XSD for http://xml.apache.org/axis/

2004-10-17 Thread Leone, Mark \(Mission Systems\)
Thanks for the explanation, Anne. Does Axis 1.2 (in a SOAP 1.1 context) use the SOAP-ENV namespace (i.e. http://schemas.xmlsoap.org/soap/envelope/) for all faultcode values? A message in a recent thread here seemed to indicate that. Axis 1.1 uses SOAP-ENV for MustUnderstand and VersionMismatch,

WSDD files for EJB web services

2004-10-17 Thread Peter Smith
Hi,   I was able to deploy a simple EJB and then deploy an axis service exposing it. The simple WSDD file I manually created and used for the axis deployment is as follows.   http://xml.apache.org/axis/wsdd/"    xmlns:java="http://xml.apache.org/axis/ws

Verisign EPC Sandbox

2004-10-17 Thread Yeo Wee Tat
Hi all , I am involved in testinghe Verisign EPC Sandbox . After I have downloaded the Webservice API from the verisign website : http://www.verisign.com/products-services/naming-and-directory-services/directory-services/epc-network-services/application-developers-program/page_016045.html

RE: Looking for XSD for http://xml.apache.org/axis/

2004-10-17 Thread Anne Thomas Manes
Axis 1.1 returns axis:Server.userException where it should return soapenv:Client. Because these fault codes are defined in a separate namespace, technically, this isn't a bug. But a developer should have the choice to return the standard soapenv fault codes. This issue has been fixed in Axis 1.2.

RE: Looking for XSD for http://xml.apache.org/axis/

2004-10-17 Thread Anne Thomas Manes
Axis 1.1 returns axis:Server.userException where it should return soapenv:Client. Because these fault codes are defined in a separate namespace, technically, this isn't a bug. But a developer should have the choice to return the standard soapenv fault codes. This issue has been fixed in Axis 1.2.