[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-user
Subject:    AW: WSDL-File incompatible with Axis1 Axis2
From:       Christian_Kölle <koellemcchrisi () gmx ! de>
Date:       2006-04-29 0:02:28
Message-ID: 000401c66b20$344fd350$0500a8c0 () l8600
[Download RAW message or body]

Many thanks for your quick support Robert &  Ajith. So far, it seems to
work. :-)  After application I received following response error: 
 
| Failure of server APACHE bridge:
| POST and PUT requests *must* contain a Content-Length
| Build date/time: Sep 4 2003 14:30:53
| Change Number: 289956
 
It could be prevented by...
 
"stub._getServiceClient().getOptions().setProperty(MessageContextConstants.C
HUNKED, Constants.VALUE_FALSE);"
 
Chris
 

-----Ursprüngliche Nachricht-----
Von: robert lazarski [mailto:robertlazarski@gmail.com] 
Gesendet: Donnerstag, 27. April 2006 18:16
An: axis-user@ws.apache.org
Betreff: Re: WSDL-File incompatible with Axis1 Axis2


The code generation guide explains this feature of xmlbeans: 

http://ws.apache.org/axis2/0_95/CodegenToolReference.html

"An important detail is that an XMLBean class file is also generated by
WSDL2Java, TypeSystemHolder.class. That file is placed into build/classes by
the above ant task and will be needed to compile the generated sources."

So you need to get the TypeSystemHolder.class generated by WSDL2Java in your
classpath. 

HTH,
Robert
http://www.braziloutsource.com/


On 4/27/06, Koelle, Christian <  <mailto:koellemcchrisi@gmx.de>
koellemcchrisi@gmx.de> wrote: 

Thanks for your quick response.

Good:
The axis2 WSDL2Java runs without error and generates the required java 
files if "-d xmlbeans" is used.

Notes:
Then I sticked to the Axis2 manual: The input parameter are to be
created by factories on the Interfaces of input parameter types.

Bad:
I cannot use any factory on any type, as I am always getting an error 
like the following. Please note that the generated ",xsb"-Files are on
the classpath.

Question:
What would you suggest do next? Is it more expected to be a misusage
issue of "xmlbeans" or more like to get fixed by getting deeper into 
wsdl-definitions?

thx
Christian

#######################################################
Exception in thread "main" java.lang.ExceptionInInitializerError
        at
_1.schema.xml.authentication.epcis.interchange.specification.epc.UserTokenTy
pe$Factory.newInstance( UserTokenType.java:69)
        at
de.fhg.fokus.sensors.epcglob.WebServiceUtilsAxis2.main(WebServiceUtilsAxis2.
java:47)
Caused by: java.lang.RuntimeException: Cannot load SchemaTypeSystem.
Unable to load class with name 
schemaorg_apache_xmlbeans.system.sE8D74C43B4CA14DB64488CB73633D6D3.TypeSyste
mHolder. Make sure the generated binary files are on the classpath.
        at
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XmlBeans.java :781)
        at
_1.schema.xml.authentication.epcis.interchange.specification.epc.UserTokenTy
pe.<clinit>(UserTokenType.java:19)
        ... 2 more
Caused by: java.lang.ClassNotFoundException:
schemaorg_apache_xmlbeans.system.sE8D74C43B4CA14DB64488CB73633D6D3.TypeSyste
mHolder 
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader (XmlBeans.java:767)
        ... 3 mor

#######################################################


On Thu, 2006-04-27 at 15:56 +0530, Ajith Ranabahu wrote:
> Hi,
> Try the XMLBeans databinding with the -d xmlbeans 
>
> On 4/27/06, Koelle, Christian <koellemcchrisi@gmx.de> wrote:
> >  Hi,
> >
> >  would someone please mind taking a glimpse on the following wsdl-file 
> > regarding axis1 and axis2 compatibility? Thanks in advance. All new for
me,
> > and I don't know where to look first. Seems that the first wsdl-file I
got
> > is not a good start.
> > 
> >  Background:
> >  I can run axis 1.2.1 WSDL2Java on the wsdl without problem, i.e.
generate
> > stubs, but get an runtime error, if I execute a method on my stubs. The
> > response returned is exactly how it should be, but there seems to be a 
> > problem in the object mapping.
> >
> >  I get a similar error for stubs generated with  axis 1.3 WSDL2Java.
> >
> >  I cannot run axis 2 WSDL2Java on the the file via ant or provided
script as 
> > I am getting a "Unsupported content Simple Content Extension !"
> >
> >  All at all, I assume that the WSDL-File is not "optimized" for Axis. I
> > appreciate all of your comments, as I do not know exactly where to start
to 
> > look first. It is fairly new for me. I will get into all this but it is
far
> > to much to assess the situation now.
> >
> >  Thanks in advance & Regards
> >  Chris
> >
> >  Below:
> >  WSDL2-Java error Axis2 0.95
> >  Runtime-error Axis 1.2.1
> >  Soap Request
> >  Soap Response
> >  WSDL-file provided
> >
> > ########################################################### 
> >  Error while running Axis 2 0.95-WSDL2Java
> >
> >  Exception in thread "main"
> > org.apache.axis2.wsdl.codegen.CodeGenerationException:
> >  java.lang.RuntimeException :
> > org.apache.axis2.schema.SchemaCompilationException :
> >  Unsupported content Simple Content Extension !
> >          at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate (CodeGener
> >  ationEngine.java:146)
> >          at
> > org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
> >          at
> > org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java :21)
> >  Caused by: java.lang.RuntimeException:
> > org.apache.axis2.schema.SchemaCompilation
> >  Exception: Unsupported content Simple Content Extension !
> >          at
> > org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(Simp
> >  leDBExtension.java:162)
> >          at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
> >   ationEngine.java:101)
> >          ... 2 more
> >  Caused by:
> > org.apache.axis2.schema.SchemaCompilationException:
> > Unsupported content Simple Content Extension !
> >          at 
> >
org.apache.axis2.schema.SchemaCompiler.processSimpleContent(SchemaCompiler.j
ava:803)
> >          at
> >
org.apache.axis2.schema.SchemaCompiler.processContentModel(SchemaCompiler.ja
va:672)
> >          at
> >
org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.jav
a:654)
> >          at
> > org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType
(SchemaCompiler.java:604)
> >          at
> >
org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:569
)
> >          at
> > org.apache.axis2.schema.SchemaCompiler.processElement
(SchemaCompiler.java:360)
> >          at
> >
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:33
8)
> >          at
> > org.apache.axis2.schema.SchemaCompiler.compile (SchemaCompiler.java:220)
> >          at
> > org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:179)
> >          at
> > org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage
(SimpleDBExtension.java:115)
> >          ... 3 more
> >  ####################################################
> >  Error with "Axis 1.2.1"-generated stubs during runtime when calling: 
> >      StaticAttributeProfileService service = new
> > StaticAttributeProfileServiceLocator();
> >      StaticAttributeProfile myStub =
> > service.getStaticAttributeProfileSOAPPort(); 
> >      Stub axisStub2 = (Stub) myStub;
> >      [...]
> >      myStub.getDocumentTypes(epc);
> >
> >
> >  2006-04-27 10:22:47,410 DEBUG [main]
> > org.apache.axis.encoding.DeserializationContext : Popped
> > element stack to
> > org.apache.axis.message.RPCElement:schemaList
> >  2006-04-27 10:22:47,410 DEBUG [main]
> > org.apache.axis.encoding.DeserializationContext: Exit:
> > DeserializationContext::endElement() 
> >  2006-04-27 10:22:47,410 DEBUG [main]
> > org.apache.axis.i18n.ProjectResourceBundle:
> > org.apache.axis.i18n.resource::handleGetObject(exception00)
> >  2006-04-27 10:22:47,410 ERROR [main] org.apache.axis.client.Call:
> > Exception:
> >  org.apache.axis.types.URI$MalformedURIException: No scheme
> > found in URI.
> >  at
> > org.apache.axis.encoding.ser.SimpleDeserializer.onEndElement
(SimpleDeserializer.java:180)
> >  at
> >
org.apache.axis.encoding.DeserializerImpl.endElement(DeserializerImpl.java:5
02)
> >  at
> > org.apache.axis.encoding.DeserializationContext.endElement
(DeserializationContext.java:1087)
> >  at
> >
org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:171)
> >  at
> > org.apache.axis.message.MessageElement.publishToHandler
(MessageElement.java:1141)
> >  at
> > org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236)
> >  at
> > org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)
> >  at org.apache.axis.client.Call.invoke(Call.java:2448)
> >  at org.apache.axis.client.Call.invoke(Call.java:2347)
> >  at org.apache.axis.client.Call.invoke(Call.java:1804)
> >  at
> >
_1.wsdl.xml.StaticAttributeProfile.EPCIS.interchange.specification.epc.Stati
cAttributeProfileSoapBindingStub.getDocumentTypes(StaticAttributeProfileSoap
BindingStub.java:535)
> >  ...
> >  #################################################### 
> >  Request, as expected
> >  <soapenv:Envelope
> >  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
> >  xmlns:xsd=" http://www.w3.org/2001/XMLSchema"
> >  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
> >  <soapenv:Header>
> >  <AuthInfo
> >  soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"
> >  soapenv:mustUnderstand="0"> 
> >  <ns1:UserToken
> >
xmlns:ns1="urn:epc:specification:interchange:EPCIS:Authentication:xml:schema
:1">
> >  <ns1:UserName>XXX</ns1:UserName>
> >  <ns1:Password>XXX</ns1:Password> 
> >  </ns1:UserToken>
> >  </AuthInfo>
> >  </soapenv:Header>
> >  <soapenv:Body>
> >  <getDocumentTypes
> >
xmlns="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:ws
dl:1"> 
> >  <epc>urn:epc:id:sgtin:0434687.075859.12</epc>
> >  </getDocumentTypes>
> >  </soapenv:Body>
> >  </soapenv:Envelope>
> >  #################################################### 
> >  Request, as expected
> >  <soapenv:Envelope
> >  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
> >  xmlns:xsd=" http://www.w3.org/2001/XMLSchema"
> >  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
> >  <soapenv:Body>
> >  <schemaList
> >
xmlns="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:ws
dl:1">
> >  <schema
> >
xmlns="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:sc
hema:1"> 
> >  product_information
> >  </schema>
> >  </schemaList>
> >  </soapenv:Body>
> >  </soapenv:Envelope>
> >  #################################################### 
> >  WSDL
> >  <?xml version="1.0" encoding="UTF-8"?>
> >  <wsdl:definitions name="StaticDataProfile"
> >
targetNamespace="urn:epc:specification:interchange:EPCIS:StaticAttributeProf
ile:xml:wsdl:1" 
> >  xmlns="http://schemas.xmlsoap.org/wsdl/"
> >
xmlns:auth="urn:epc:specification:interchange:EPCIS:Authentication:xml:schem
a:1"
> >
xmlns:pmlidentifier="urn:epc:specification:universal:Identifier:xml:schema:1
" 
> >  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
> >  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/
<http://schemas.xmlsoap.org/soap/encoding/> "
> >
xmlns:static="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile
:xml:wsdl:1"
> >  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/
<http://schemas.xmlsoap.org/wsdl/> "
> >  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> >  <wsdl:types><!-- Begin Auth info schema-->
> >  <xsd:schema attributeFormDefault="unqualified" 
> >  elementFormDefault="qualified"
> >
targetNamespace="urn:epc:specification:interchange:EPCIS:Authentication:xml:
schema:1"
> >
xmlns:auth="urn:epc:specification:interchange:EPCIS:Authentication:xml:schem
a:1" 
> >  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> >  <xsd:complexType name="UserTokenType">
> >  <xsd:sequence> 
> >  <xsd:element name="UserName" type="xsd:string" />
> >  <xsd:element name="Password" type="xsd:string" />
> >  </xsd:sequence>
> >  </xsd:complexType> 
> >  <xsd:complexType name="AuthInfoType">
> >  <xsd:sequence>
> >  <xsd:element name="UserToken"
> >  type="auth:UserTokenType" />
> >  </xsd:sequence> 
> >  </xsd:complexType>
> >  <xsd:element name="AuthInfo" type="auth:AuthInfoType" />
> >  </xsd:schema><!-- End of Auth info schema--><!-- Start of Identifier
info 
> > schema-->
> >  <xsd:schema attributeFormDefault="unqualified"
> >  elementFormDefault="qualified"
> >
targetNamespace="urn:epc:specification:universal:Identifier:xml:schema:1" 
> >  version="1.0"
> >
xmlns:pmlidentifier="urn:epc:specification:universal:Identifier:xml:schema:1
"
> >  xmlns:xsd="http://www.w3.org/2001/XMLSchema
<http://www.w3.org/2001/XMLSchema> ">
> >  <xsd:element name="ID"
> >  type="pmlidentifier:IdentifierType" />
> >  <xsd:complexType name="IdentifierType">
> >  <xsd:simpleContent> 
> >  <xsd:extension base="xsd:token">
> >  <xsd:attribute name="schemeID"
> >  type="xsd:token" use="optional" />
> >  <xsd:attribute name="schemeAgencyID" 
> >  type="xsd:token" use="optional" />
> >  <xsd:attribute name="schemeVersionID"
> >  type="xsd:token" use="optional" />
> >  <xsd:attribute name="schemeURI" 
> >  type="xsd:anyURI" use="optional" />
> >  </xsd:extension>
> >  </xsd:simpleContent>
> >  </xsd:complexType>
> >  </xsd:schema><!-- End of Identifier info schema--><!-- Start of element

> > declarations for StaticProfile Schema-->
> >  <xsd:schema attributeFormDefault="unqualified"
> >  elementFormDefault="qualified"
> >
targetNamespace="urn:epc:specification:interchange:EPCIS:StaticAttributeProf
ile:xml:schema:1" 
> >  version="1.0"
> >
xmlns:sap="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xm
l:schema:1"
> >  xmlns:xsd="  <http://www.w3.org/2001/XMLSchema>
http://www.w3.org/2001/XMLSchema">
> >  <xsd:complexType mixed="true" name="xmlType">
> >  <xsd:sequence>
> >  <xsd:any maxOccurs="unbounded" minOccurs="0" 
> >  namespace="##any" />
> >  </xsd:sequence>
> >  </xsd:complexType>
> >  <xsd:complexType name="schemaList">
> >  <xsd:sequence> 
> >  <xsd:element maxOccurs="unbounded" minOccurs="0"
> >  name="schema" type="sap:schemaType" />
> >  </xsd:sequence>
> >  </xsd:complexType> 
> >  <xsd:simpleType name="schemaType">
> >  <xsd:restriction base="xsd:anyURI" />
> >  </xsd:simpleType>
> >  <xsd:complexType name="epcList"> 
> >  <xsd:sequence>
> >  <xsd:element maxOccurs="unbounded" minOccurs="0"
> >  name="epc" type="sap:epcType" />
> >  </xsd:sequence> 
> >  </xsd:complexType>
> >  <xsd:simpleType name="epcType">
> >  <xsd:restriction base="xsd:anyURI" />
> >  </xsd:simpleType>
> >  <xsd:simpleType name="successType"> 
> >  <xsd:restriction base="xsd:boolean" />
> >  </xsd:simpleType>
> >  <xsd:complexType name="xpathType">
> >  <xsd:sequence>
> >  <xsd:element name="expr" type="xsd:string" /> 
> >  <xsd:element minOccurs="0" name="nsdecl"
> >  type="xsd:string">
> >  <xsd:annotation>
> >  <xsd:documentation>
> >  The namespace declarations used by 
> >  the xpath expression. This is a list
> >  of space delimited NS declarations
> >  usually of the for
> >  xmlns:[somePrefix]=[someURI]
> >  </xsd:documentation>
> >  </xsd:annotation>
> >  </xsd:element>
> >  </xsd:sequence>
> >  </xsd:complexType>
> >  </xsd:schema><!-- End of elements  for Static Profile Schema--> 
> >  <!-- Start of element declerations for StaticProfile wsdl-->
> >  <xsd:schema attributeFormDefault="unqualified"
> >  elementFormDefault="qualified"
> >
targetNamespace="urn:epc:specification:interchange:EPCIS:StaticAttributeProf
ile:xml:wsdl:1" 
> >
xmlns:pmlidentifier="urn:epc:specification:universal:Identifier:xml:schema:1
"
> >
xmlns:sap="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xm
l:schema:1"
> >
xmlns:static="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile
:xml:wsdl:1" 
> >  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> >  <xsd:import
> >
namespace="urn:epc:specification:interchange:EPCIS:Authentication:xml:schema
:1" 
> > />
> >  <xsd:import
> > namespace="urn:epc:specification:universal:Identifier:xml:schema:1"
> > />
> >  <xsd:import
> >
namespace="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xm
l:schema:1" 
> > />
> >  <xsd:complexType name="attributeDataIn">
> >  <xsd:sequence>
> >  <xsd:element name="epc"
> >  type="pmlidentifier:IdentifierType" /> 
> >  <xsd:element name="schema"
> >  type="sap:schemaType" />
> >  <xsd:element name="xpath" type="sap:xpathType" />
> >  <xsd:element form="unqualified" name="value" 
> >  type="sap:xmlType" />
> >  </xsd:sequence>
> >  </xsd:complexType>
> >  <xsd:element name="addAttributeData"
> >  type="static:attributeDataIn" /> 
> >  <xsd:element name="setAttributeData"
> >  type="static:attributeDataIn" />
> >  <xsd:complexType name="getAttributeData">
> >  <xsd:sequence> 
> >  <xsd:element name="epc"
> >  type="pmlidentifier:IdentifierType" />
> >  <xsd:element name="schema"
> >  type="sap:schemaType" /> 
> >  <xsd:element name="xpath" type="sap:xpathType" />
> >  </xsd:sequence>
> >  </xsd:complexType>
> >  <xsd:element name="getAttributeData" 
> >  type="static:getAttributeData" />
> >  <xsd:element name="deleteAttributeData"
> >  type="static:getAttributeData" />
> >  <xsd:complexType name="EPCSWithAttribute"> 
> >  <xsd:sequence>
> >  <xsd:element name="schema"
> >  type="sap:schemaType" />
> >  <xsd:element name="xpath" type="sap:xpathType" /> 
> >  </xsd:sequence>
> >  </xsd:complexType>
> >  <xsd:element name="getEPCSWithAttribute"
> >  type="static:EPCSWithAttribute" />
> >  <xsd:element name="deleteEPCSWithAttribute" 
> >  type="static:EPCSWithAttribute" />
> >  <xsd:element name="getDocumentTypes">
> >  <xsd:complexType>
> >  <xsd:sequence>
> >  <xsd:element name="epc" 
> >  type="pmlidentifier:IdentifierType" />
> >  </xsd:sequence>
> >  </xsd:complexType>
> >  </xsd:element>
> >  <xsd:element name="schemaList" type="sap:schemaList" /> 
> >  <xsd:element name="attribute" type="sap:xmlType" />
> >  <xsd:element name="epcList" type="sap:epcList" />
> >  <xsd:element name="success" type="sap:successType" /> 
> >  </xsd:schema><!-- End element declarations for StaticProfile wsdl-->
> >  </wsdl:types>
> >  <!-- Start Wsdl Messages -->
> >  <wsdl:message name="authenticationMessage"> 
> >  <wsdl:part element="auth:AuthInfo" name="AuthInfo" />
> >  </wsdl:message>
> >  <wsdl:message name="addAttributeDataIn">
> >  <wsdl:part element="static:addAttributeData" 
> >  name="addAttributeData" />
> >  </wsdl:message>
> >  <wsdl:message name="addAttributeDataOut">
> >  <wsdl:part element="static:success" name="success" /> 
> >  </wsdl:message>
> >  <wsdl:message name="getAttributeDataIn">
> >  <wsdl:part element="static:getAttributeData"
> >  name="getAttributeData" /> 
> >  </wsdl:message>
> >  <wsdl:message name="getAttributeDataOut">
> >  <wsdl:part element="static:attribute" name="attribute" />
> >  </wsdl:message> 
> >  <wsdl:message name="setAttributeDataIn">
> >  <wsdl:part element="static:setAttributeData"
> >  name="setAttributeData" />
> >  </wsdl:message> 
> >  <wsdl:message name="setAttributeDataOut">
> >  <part element="static:success" name="success" />
> >  </wsdl:message>
> >  <wsdl:message name="deleteAttributeDataIn"> 
> >  <wsdl:part element="static:deleteAttributeData"
> >  name="deleteAttributeData" />
> >  </wsdl:message>
> >  <wsdl:message name="deleteAttributeDataOut"> 
> >  <wsdl:part element="static:success" name="success" />
> >  </wsdl:message>
> >  <wsdl:message name="getEPCSWithAttributeIn">
> >  <wsdl:part element="static:getEPCSWithAttribute" 
> >  name="getEPCSWithAttribute" />
> >  </wsdl:message>
> >  <message name="getEPCSWithAttributeOut">
> >  <wsdl:part element="static:epcList" name="epcList" /> 
> >  </message>
> >  <wsdl:message name="deleteEPCSWithAttributeIn">
> >  <wsdl:part element="static:deleteEPCSWithAttribute"
> >  name="deleteEPCSWithAttribute" /> 
> >  </wsdl:message>
> >  <wsdl:message name="deleteEPCSWithAttributeOut">
> >  <wsdl:part element="static:success" name="success" />
> >  </wsdl:message> 
> >  <wsdl:message name="getDocumentTypesIn">
> >  <wsdl:part element="static:getDocumentTypes"
> >  name="getDocumentTypes" />
> >  </wsdl:message> 
> >  <wsdl:message name="getDocumentTypesOut">
> >  <wsdl:part element="static:schemaList" name="schemaList" />
> >  </wsdl:message>
> >  <!-- End Wsdl Messages --> 
> >  <wsdl:portType name="StaticAttributeProfile">
> >  <wsdl:operation name="addAttributeData">
> >  <wsdl:input message="static:addAttributeDataIn" 
> >  name="addAttributeDataInput" />
> >  <wsdl:output message="static:addAttributeDataOut"
> >  name="addAttributeDataOutput" />
> >  </wsdl:operation> 
> >  <wsdl:operation name="getAttributeData">
> >  <wsdl:input message="static:getAttributeDataIn"
> >  name="getAttributeDataInput" />
> >  <wsdl:output message="static:getAttributeDataOut" 
> >  name="getAttributeDataOutput" />
> >  </wsdl:operation>
> >  <wsdl:operation name="setAttributeData">
> >  <wsdl:input message="static:setAttributeDataIn" 
> >  name="setAttributeDataInput" />
> >  <wsdl:output message="static:setAttributeDataOut"
> >  name="setAttributeDataOutput" />
> >  </wsdl:operation> 
> >  <wsdl:operation name="deleteAttributeData">
> >  <wsdl:input message="static:deleteAttributeDataIn"
> >  name="deleteAttributeDataInput" />
> >  <wsdl:output message="static:deleteAttributeDataOut" 
> >  name="deleteAttributeDataOutput" />
> >  </wsdl:operation>
> >  <wsdl:operation name="getEPCSWithAttribute">
> >  <wsdl:input message="static:getEPCSWithAttributeIn" 
> >  name="getEPCSWithAttributeInput" />
> >  <wsdl:output message="static:getEPCSWithAttributeOut"
> >  name="getEPCSWithAttributeOutput" />
> >  </wsdl:operation> 
> >  <wsdl:operation name="deleteEPCSWithAttribute">
> >  <wsdl:input message="static:deleteEPCSWithAttributeIn"
> >  name="deleteEPCSWithAttributeInput" /> 
> >  <wsdl:output message="static:deleteEPCSWithAttributeOut"
> >  name="deleteEPCSWithAttributeOutput" />
> >  </wsdl:operation>
> >  <wsdl:operation name="getDocumentTypes"> 
> >  <wsdl:input message="static:getDocumentTypesIn"
> >  name="getDocumentTypesInput" />
> >  <wsdl:output message="static:getDocumentTypesOut"
> >  name="getDocumentTypesOutput" /> 
> >  </wsdl:operation>
> >  </wsdl:portType>
> >  <wsdl:binding name="StaticAttributeProfileSoapBinding"
> >  type="static:StaticAttributeProfile"> 
> >  <soap:binding style="document"
> >  transport="http://schemas.xmlsoap.org/soap/http" />
> >  <wsdl:operation name="addAttributeData"> 
> >  <soap:operation
> >
soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:x
ml:wsdl:1/addAttributeData"
> > />
> >  <wsdl:input name="addAttributeDataInput"> 
> >  <soap:header message="static:authenticationMessage"
> >  part="AuthInfo" use="literal" />
> >  <soap:body use="literal" />
> >  </wsdl:input> 
> >  <wsdl:output name="addAttributeDataOutput">
> >  <soap:body use="literal" />
> >  </wsdl:output>
> >  </wsdl:operation>
> >  <wsdl:operation name="getAttributeData"> 
> >  <soap:operation
> >
soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:x
ml:wsdl:1/getAttributeData"
> >  style="document" />
> >  <wsdl:input name="getAttributeDataInput"> 
> >  <soap:body use="literal" />
> >  <soap:header message="static:authenticationMessage"
> >  part="AuthInfo" use="literal" />
> >  </wsdl:input> 
> >  <wsdl:output name="getAttributeDataOutput">
> >  <soap:body use="literal" />
> >  </wsdl:output>
> >  </wsdl:operation>
> >  <wsdl:operation name="setAttributeData"> 
> >  <soap:operation
> >
soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:x
ml:wsdl:1/setAttributeData"
> >  style="document" />
> >  <wsdl:input name="setAttributeDataInput"> 
> >  <soap:body use="literal" />
> >  <soap:header message="static:authenticationMessage"
> >  part="AuthInfo" use="literal" />
> >  </wsdl:input> 
> >  <wsdl:output name="setAttributeDataOutput">
> >  <soap:body use="literal" />
> >  </wsdl:output>
> >  </wsdl:operation>
> >  <wsdl:operation name="deleteAttributeData"> 
> >  <soap:operation
> >
soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:x
ml:wsdl:1/deleteAttributeData"
> >  style="document" />
> >  <wsdl:input name="deleteAttributeDataInput"> 
> >  <soap:body use="literal" />
> >  <soap:header message="static:authenticationMessage"
> >  part="AuthInfo" use="literal" />
> >  </wsdl:input> 
> >  <wsdl:output name="deleteAttributeDataOutput">
> >  <soap:body use="literal" />
> >  </wsdl:output>
> >  </wsdl:operation>
> >  <wsdl:operation name="getEPCSWithAttribute"> 
> >  <soap:operation
> >
soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:x
ml:wsdl:1/getEPCSWithAttribute"
> >  style="document" />
> >  <wsdl:input name="getEPCSWithAttributeInput"> 
> >  <soap:body use="literal" />
> >  <soap:header message="static:authenticationMessage"
> >  part="AuthInfo" use="literal" />
> >  </wsdl:input> 
> >  <wsdl:output name="getEPCSWithAttributeOutput">
> >  <soap:body use="literal" />
> >  </wsdl:output>
> >  </wsdl:operation>
> >  <wsdl:operation name="deleteEPCSWithAttribute"> 
> >  <soap:operation
> >
soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:x
ml:wsdl:1/deleteEPCSWithAttribute"
> >  style="document" />
> >  <wsdl:input name="deleteEPCSWithAttributeInput"> 
> >  <soap:body use="literal" />
> >  <soap:header message="static:authenticationMessage"
> >  part="AuthInfo" use="literal" />
> >  </wsdl:input> 
> >  <wsdl:output name="deleteEPCSWithAttributeOutput">
> >  <soap:body use="literal" />
> >  </wsdl:output>
> >  </wsdl:operation>
> >  <wsdl:operation name="getDocumentTypes"> 
> >  <soap:operation
> >
soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:x
ml:wsdl:1/getDocumentTypes"
> >  style="document" />
> >  <wsdl:input name="getDocumentTypesInput"> 
> >  <soap:body use="literal" />
> >  <soap:header message="static:authenticationMessage"
> >  part="AuthInfo" use="literal" />
> >  </wsdl:input> 
> >  <wsdl:output name="getDocumentTypesOutput">
> >  <soap:body use="literal" />
> >  </wsdl:output>
> >  </wsdl:operation>
> >  </wsdl:binding> 
> >  <wsdl:service name="StaticAttributeProfileService">
> >  <wsdl:port
> > binding="static:StaticAttributeProfileSoapBinding"
> >  name="StaticAttributeProfileSOAPPort"> 
> >  <soap:address
> >  location="http://[XXX]/static/StaticAttributeProfile" />
> >  </wsdl:port>
> >  </wsdl:service>
> >  </wsdl:definitions> 
> >
> >
> >
> >
>
>
> --
> Ajith Ranabahu
>





[Attachment #3 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Nachricht</TITLE>

<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=772234222-28042006><FONT face=Arial size=2>Many thanks for your 
quick support Robert &amp;&nbsp; <FONT size=2>Ajith</FONT>. </FONT></SPAN><SPAN 
class=772234222-28042006><FONT face=Arial size=2>So far, it seems to work. 
> -)&nbsp; </FONT></SPAN><SPAN class=772234222-28042006><FONT face=Arial 
size=2>After application I received following response error: 
</FONT></SPAN></DIV>
<DIV><SPAN class=772234222-28042006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=772234222-28042006><FONT size=2>| Failure of server APACHE 
bridge:<BR><FONT size=2>| POST and PUT requests *must* contain a 
Content-Length<BR>| Build date/time<SPAN class=772234222-28042006>: </SPAN>Sep 4 
2003 14:30:53<BR></FONT><FONT size=2>| Change Number<SPAN 
class=772234222-28042006>: </SPAN>289956</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=772234222-28042006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=772234222-28042006><FONT face=Arial size=2>It could be 
prevented by...</FONT></SPAN></DIV>
<DIV><SPAN class=772234222-28042006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=772234222-28042006><FONT face=Arial 
size=2>"stub._getServiceClient().getOptions().setProperty(MessageContextConstants.CHUNKED, \
 Constants.VALUE_FALSE);"</FONT></SPAN></DIV>
<DIV><SPAN class=772234222-28042006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=772234222-28042006><FONT face=Arial 
size=2>Chris</FONT></SPAN></DIV>
<DIV><SPAN class=772234222-28042006>
<P><FONT color=#ff0000 size=2></FONT></SPAN>&nbsp;</P></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=de dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B> robert lazarski 
  [mailto:robertlazarski@gmail.com] <BR><B>Gesendet:</B> Donnerstag, 27. April 
  2006 18:16<BR><B>An:</B> axis-user@ws.apache.org<BR><B>Betreff:</B> Re: 
  WSDL-File incompatible with Axis1 Axis2<BR><BR></FONT></DIV>The code 
  generation guide explains this feature of xmlbeans: <BR><BR><A 
  href="http://ws.apache.org/axis2/0_95/CodegenToolReference.html">http://ws.apache.org/axis2/0_95/CodegenToolReference.html</A><BR><BR>"An \
  important detail is that an XMLBean class file is also generated by WSDL2Java, 
  TypeSystemHolder.class. That file is placed into build/classes by the above 
  ant task and will be needed to compile the generated sources."<BR><BR>So you 
  need to get the TypeSystemHolder.class generated by WSDL2Java in your 
  classpath. <BR><BR>HTH,<BR>Robert<BR><A 
  href="http://www.braziloutsource.com/">http://www.braziloutsource.com/</A><BR><BR>
  <DIV><SPAN class=gmail_quote>On 4/27/06, <B class=gmail_sendername>Koelle, 
  Christian</B> &lt;<A href="mailto:koellemcchrisi@gmx.de"> 
  koellemcchrisi@gmx.de</A>&gt; wrote:</SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) \
1px solid">Thanks   for your quick response.<BR><BR>Good:<BR>The axis2 WSDL2Java runs \
without   error and generates the required java <BR>files if "-d xmlbeans" is 
    used.<BR><BR>Notes:<BR>Then I sticked to the Axis2 manual: The input 
    parameter are to be<BR>created by factories on the Interfaces of input 
    parameter types.<BR><BR>Bad:<BR>I cannot use any factory on any type, as I 
    am always getting an error <BR>like the following. Please note that the 
    generated ",xsb"-Files are on<BR>the classpath.<BR><BR>Question:<BR>What 
    would you suggest do next? Is it more expected to be a misusage<BR>issue of 
    "xmlbeans" or more like to get fixed by getting deeper into 
    <BR>wsdl-definitions?<BR><BR>thx<BR>Christian<BR><BR>#######################################################<BR>Exception \
  in thread "main" 
    java.lang.ExceptionInInitializerError<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;at<BR>_1.schema.xml.authentication.epcis.interchange.specification.epc.UserTokenType$Factory.newInstance( \
  UserTokenType.java:69)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>de.f \
hg.fokus.sensors.epcglob.WebServiceUtilsAxis2.main(WebServiceUtilsAxis2.java:47)<BR>Caused \
  by: java.lang.RuntimeException: Cannot load SchemaTypeSystem.<BR>Unable to 
    load class with name 
    <BR>schemaorg_apache_xmlbeans.system.sE8D74C43B4CA14DB64488CB73633D6D3.TypeSystemHolder. \
  Make sure the generated binary files are on the 
    classpath.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XmlBeans.java \
  :781)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>_1.schema.xml.authent \
ication.epcis.interchange.specification.epc.UserTokenType.&lt;clinit&gt;(UserTokenType.java:19)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;... \
  2 more<BR>Caused by: 
    java.lang.ClassNotFoundException:<BR>schemaorg_apache_xmlbeans.system.sE8D74C43B4CA14DB64488CB73633D6D3.TypeSystemHolder \
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at 
    java.net.URLClassLoader$1.run(URLClassLoader.java:200)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at \
  java.security.AccessController.doPrivileged(Native 
    Method)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at 
    java.net.URLClassLoader.findClass(URLClassLoader.java:188)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at \
  java.lang.ClassLoader.loadClass(ClassLoader.java:306)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at \
  sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at \
  java.lang.ClassLoader.loadClass(ClassLoader.java:251)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader \
  (XmlBeans.java:767)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;... 3 
    mor<BR><BR>#######################################################<BR><BR><BR>On 
    Thu, 2006-04-27 at 15:56 +0530, Ajith Ranabahu wrote:<BR>&gt; Hi,<BR>&gt; 
    Try the XMLBeans databinding with the -d xmlbeans <BR>&gt;<BR>&gt; On 
    4/27/06, Koelle, Christian &lt;<A 
    href="mailto:koellemcchrisi@gmx.de">koellemcchrisi@gmx.de</A>&gt; 
    wrote:<BR>&gt; &gt;&nbsp;&nbsp;Hi,<BR>&gt; &gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;would someone please mind taking a glimpse on the following 
    wsdl-file <BR>&gt; &gt; regarding axis1 and axis2 compatibility? Thanks in 
    advance. All new for me,<BR>&gt; &gt; and I don't know where to look first. 
    Seems that the first wsdl-file I got<BR>&gt; &gt; is not a good 
    start.<BR>&gt; &gt; <BR>&gt; &gt;&nbsp;&nbsp;Background:<BR>&gt; 
    &gt;&nbsp;&nbsp;I can run axis 1.2.1 WSDL2Java on the wsdl without problem, 
    i.e. generate<BR>&gt; &gt; stubs, but get an runtime error, if I execute a 
    method on my stubs. The<BR>&gt; &gt; response returned is exactly how it 
    should be, but there seems to be a <BR>&gt; &gt; problem in the object 
    mapping.<BR>&gt; &gt;<BR>&gt; &gt;&nbsp;&nbsp;I get a similar error for 
    stubs generated with&nbsp;&nbsp;axis 1.3 WSDL2Java.<BR>&gt; &gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;I cannot run axis 2 WSDL2Java on the the file via ant or 
    provided script as <BR>&gt; &gt; I am getting a "Unsupported content Simple 
    Content Extension !"<BR>&gt; &gt;<BR>&gt; &gt;&nbsp;&nbsp;All at all, I 
    assume that the WSDL-File is not "optimized" for Axis. I<BR>&gt; &gt; 
    appreciate all of your comments, as I do not know exactly where to start to 
    <BR>&gt; &gt; look first. It is fairly new for me. I will get into all this 
    but it is far<BR>&gt; &gt; to much to assess the situation now.<BR>&gt; 
    &gt;<BR>&gt; &gt;&nbsp;&nbsp;Thanks in advance &amp; Regards<BR>&gt; 
    &gt;&nbsp;&nbsp;Chris<BR>&gt; &gt;<BR>&gt; &gt;&nbsp;&nbsp;Below:<BR>&gt; 
    &gt;&nbsp;&nbsp;WSDL2-Java error Axis2 0.95<BR>&gt; 
    &gt;&nbsp;&nbsp;Runtime-error Axis 1.2.1<BR>&gt; &gt;&nbsp;&nbsp;Soap 
    Request<BR>&gt; &gt;&nbsp;&nbsp;Soap Response<BR>&gt; 
    &gt;&nbsp;&nbsp;WSDL-file provided<BR>&gt; &gt;<BR>&gt; &gt; 
    ########################################################### <BR>&gt; 
    &gt;&nbsp;&nbsp;Error while running Axis 2 0.95-WSDL2Java<BR>&gt; 
    &gt;<BR>&gt; &gt;&nbsp;&nbsp;Exception in thread "main"<BR>&gt; &gt; 
    org.apache.axis2.wsdl.codegen.CodeGenerationException:<BR>&gt; 
    &gt;&nbsp;&nbsp;java.lang.RuntimeException :<BR>&gt; &gt; 
    org.apache.axis2.schema.SchemaCompilationException :<BR>&gt; 
    &gt;&nbsp;&nbsp;Unsupported content Simple Content Extension !<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate 
    (CodeGener<BR>&gt; &gt;&nbsp;&nbsp;ationEngine.java:146)<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java :21)<BR>&gt; 
    &gt;&nbsp;&nbsp;Caused by: java.lang.RuntimeException:<BR>&gt; &gt; 
    org.apache.axis2.schema.SchemaCompilation<BR>&gt; &gt;&nbsp;&nbsp;Exception: 
    Unsupported content Simple Content Extension !<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; 
    org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(Simp<BR>&gt; 
    &gt;&nbsp;&nbsp;leDBExtension.java:162)<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; 
    org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener<BR>&gt; 
    &gt;&nbsp;&nbsp; ationEngine.java:101)<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;... 2 
    more<BR>&gt; &gt;&nbsp;&nbsp;Caused by:<BR>&gt; &gt; 
    org.apache.axis2.schema.SchemaCompilationException:<BR>&gt; &gt; Unsupported 
    content Simple Content Extension !<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at <BR>&gt; 
    &gt; 
    org.apache.axis2.schema.SchemaCompiler.processSimpleContent(SchemaCompiler.java:803)<BR>&gt; \
  &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; 
    org.apache.axis2.schema.SchemaCompiler.processContentModel(SchemaCompiler.java:672)<BR>&gt; \
  &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; 
    org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:654)<BR>&gt; \
  &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType 
    (SchemaCompiler.java:604)<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; 
    org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:569)<BR>&gt; \
  &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; org.apache.axis2.schema.SchemaCompiler.processElement 
    (SchemaCompiler.java:360)<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; 
    org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:338)<BR>&gt; \
  &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; org.apache.axis2.schema.SchemaCompiler.compile 
    (SchemaCompiler.java:220)<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; 
    org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:179)<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<BR>&gt; 
    &gt; org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage 
    (SimpleDBExtension.java:115)<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;... 3 
    more<BR>&gt; 
    &gt;&nbsp;&nbsp;####################################################<BR>&gt; 
    &gt;&nbsp;&nbsp;Error with "Axis 1.2.1"-generated stubs during runtime when 
    calling: <BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;StaticAttributeProfileService 
    service = new<BR>&gt; &gt; StaticAttributeProfileServiceLocator();<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;StaticAttributeProfile myStub 
    =<BR>&gt; &gt; service.getStaticAttributeProfileSOAPPort(); <BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stub axisStub2 = (Stub) 
    myStub;<BR>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[...]<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;myStub.getDocumentTypes(epc);<BR>&gt; 
    &gt;<BR>&gt; &gt;<BR>&gt; &gt;&nbsp;&nbsp;2006-04-27 10:22:47,410 DEBUG 
    [main]<BR>&gt; &gt; org.apache.axis.encoding.DeserializationContext : 
    Popped<BR>&gt; &gt; element stack to<BR>&gt; &gt; 
    org.apache.axis.message.RPCElement:schemaList<BR>&gt; 
    &gt;&nbsp;&nbsp;2006-04-27 10:22:47,410 DEBUG [main]<BR>&gt; &gt; 
    org.apache.axis.encoding.DeserializationContext: Exit:<BR>&gt; &gt; 
    DeserializationContext::endElement() <BR>&gt; &gt;&nbsp;&nbsp;2006-04-27 
    10:22:47,410 DEBUG [main]<BR>&gt; &gt; 
    org.apache.axis.i18n.ProjectResourceBundle:<BR>&gt; &gt; 
    org.apache.axis.i18n.resource::handleGetObject(exception00)<BR>&gt; 
    &gt;&nbsp;&nbsp;2006-04-27 10:22:47,410 ERROR [main] 
    org.apache.axis.client.Call:<BR>&gt; &gt; Exception:<BR>&gt; 
    &gt;&nbsp;&nbsp;org.apache.axis.types.URI$MalformedURIException: No 
    scheme<BR>&gt; &gt; found in URI.<BR>&gt; &gt;&nbsp;&nbsp;at<BR>&gt; &gt; 
    org.apache.axis.encoding.ser.SimpleDeserializer.onEndElement 
    (SimpleDeserializer.java:180)<BR>&gt; &gt;&nbsp;&nbsp;at<BR>&gt; &gt; 
    org.apache.axis.encoding.DeserializerImpl.endElement(DeserializerImpl.java:502)<BR>&gt; \
  &gt;&nbsp;&nbsp;at<BR>&gt; &gt; 
    org.apache.axis.encoding.DeserializationContext.endElement 
    (DeserializationContext.java:1087)<BR>&gt; &gt;&nbsp;&nbsp;at<BR>&gt; &gt; 
    org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:171)<BR>&gt; \
  &gt;&nbsp;&nbsp;at<BR>&gt; &gt; 
    org.apache.axis.message.MessageElement.publishToHandler 
    (MessageElement.java:1141)<BR>&gt; &gt;&nbsp;&nbsp;at<BR>&gt; &gt; 
    org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236)<BR>&gt; 
    &gt;&nbsp;&nbsp;at<BR>&gt; &gt; 
    org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)<BR>&gt; 
    &gt;&nbsp;&nbsp;at 
    org.apache.axis.client.Call.invoke(Call.java:2448)<BR>&gt; 
    &gt;&nbsp;&nbsp;at 
    org.apache.axis.client.Call.invoke(Call.java:2347)<BR>&gt; 
    &gt;&nbsp;&nbsp;at 
    org.apache.axis.client.Call.invoke(Call.java:1804)<BR>&gt; 
    &gt;&nbsp;&nbsp;at<BR>&gt; &gt; 
    _1.wsdl.xml.StaticAttributeProfile.EPCIS.interchange.specification.epc.StaticAttri \
buteProfileSoapBindingStub.getDocumentTypes(StaticAttributeProfileSoapBindingStub.java:535)<BR>&gt; \
  &gt;&nbsp;&nbsp;...<BR>&gt; 
    &gt;&nbsp;&nbsp;#################################################### 
    <BR>&gt; &gt;&nbsp;&nbsp;Request, as expected<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soapenv:Envelope<BR>&gt; 
    &gt;&nbsp;&nbsp;xmlns:soapenv="<A 
    href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</A>"<BR>&gt; \
  &gt;&nbsp;&nbsp;xmlns:xsd=" <A 
    href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>"<BR>&gt; \
  &gt;&nbsp;&nbsp;xmlns:xsi="<A 
    href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</A>"&gt; \
  <BR>&gt; &gt;&nbsp;&nbsp;&lt;soapenv:Header&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;AuthInfo<BR>&gt; &gt;&nbsp;&nbsp;soapenv:actor="<A 
    href="http://schemas.xmlsoap.org/soap/actor/next">http://schemas.xmlsoap.org/soap/actor/next</A>"<BR>&gt; \
  &gt;&nbsp;&nbsp;soapenv:mustUnderstand="0"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;ns1:UserToken<BR>&gt; &gt; 
    xmlns:ns1="urn:epc:specification:interchange:EPCIS:Authentication:xml:schema:1"&gt;<BR>&gt; \
  &gt;&nbsp;&nbsp;&lt;ns1:UserName&gt;XXX&lt;/ns1:UserName&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;ns1:Password&gt;XXX&lt;/ns1:Password&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/ns1:UserToken&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/AuthInfo&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/soapenv:Header&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soapenv:Body&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;getDocumentTypes<BR>&gt; &gt; 
    xmlns="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1"&gt; \
  <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;epc&gt;urn:epc:id:sgtin:0434687.075859.12&lt;/epc&gt;<BR>&gt; \
  &gt;&nbsp;&nbsp;&lt;/getDocumentTypes&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/soapenv:Body&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/soapenv:Envelope&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;#################################################### 
    <BR>&gt; &gt;&nbsp;&nbsp;Request, as expected<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soapenv:Envelope<BR>&gt; 
    &gt;&nbsp;&nbsp;xmlns:soapenv="<A 
    href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</A>"<BR>&gt; \
  &gt;&nbsp;&nbsp;xmlns:xsd=" <A 
    href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>"<BR>&gt; \
  &gt;&nbsp;&nbsp;xmlns:xsi="<A 
    href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</A>"&gt; \
  <BR>&gt; &gt;&nbsp;&nbsp;&lt;soapenv:Body&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;schemaList<BR>&gt; &gt; 
    xmlns="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1"&gt;<BR>&gt; \
  &gt;&nbsp;&nbsp;&lt;schema<BR>&gt; &gt; 
    xmlns="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:schema:1"&gt; \
  <BR>&gt; &gt;&nbsp;&nbsp;product_information<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/schema&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/schemaList&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/soapenv:Body&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/soapenv:Envelope&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;#################################################### 
    <BR>&gt; &gt;&nbsp;&nbsp;WSDL<BR>&gt; &gt;&nbsp;&nbsp;&lt;?xml version="1.0" 
    encoding="UTF-8"?&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:definitions 
    name="StaticDataProfile"<BR>&gt; &gt; 
    targetNamespace="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1" \
  <BR>&gt; &gt;&nbsp;&nbsp;xmlns="<A 
    href="http://schemas.xmlsoap.org/wsdl/">http://schemas.xmlsoap.org/wsdl/</A>"<BR>&gt; \
  &gt; 
    xmlns:auth="urn:epc:specification:interchange:EPCIS:Authentication:xml:schema:1"<BR>&gt; \
  &gt; 
    xmlns:pmlidentifier="urn:epc:specification:universal:Identifier:xml:schema:1" 
    <BR>&gt; &gt;&nbsp;&nbsp;xmlns:soap="<A 
    href="http://schemas.xmlsoap.org/wsdl/soap/">http://schemas.xmlsoap.org/wsdl/soap/</A>"<BR>&gt; \
  &gt;&nbsp;&nbsp;xmlns:soapenc="<A 
    href="http://schemas.xmlsoap.org/soap/encoding/">http://schemas.xmlsoap.org/soap/encoding/ \
  </A>"<BR>&gt; &gt; 
    xmlns:static="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1"<BR>&gt; \
  &gt;&nbsp;&nbsp;xmlns:wsdl="<A 
    href="http://schemas.xmlsoap.org/wsdl/">http://schemas.xmlsoap.org/wsdl/ 
    </A>"<BR>&gt; &gt;&nbsp;&nbsp;xmlns:xsd="<A 
    href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>"&gt;<BR>&gt; \
  &gt;&nbsp;&nbsp;&lt;wsdl:types&gt;&lt;!-- Begin Auth info 
    schema--&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:schema 
    attributeFormDefault="unqualified" <BR>&gt; 
    &gt;&nbsp;&nbsp;elementFormDefault="qualified"<BR>&gt; &gt; 
    targetNamespace="urn:epc:specification:interchange:EPCIS:Authentication:xml:schema:1"<BR>&gt; \
  &gt; 
    xmlns:auth="urn:epc:specification:interchange:EPCIS:Authentication:xml:schema:1" 
    <BR>&gt; &gt;&nbsp;&nbsp;xmlns:xsd="<A 
    href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>"&gt;<BR>&gt; \
  &gt;&nbsp;&nbsp;&lt;xsd:complexType name="UserTokenType"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:sequence&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="UserName" type="xsd:string" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element name="Password" 
    type="xsd:string" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:sequence&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:complexType name="AuthInfoType"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:sequence&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element 
    name="UserToken"<BR>&gt; &gt;&nbsp;&nbsp;type="auth:UserTokenType" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/xsd:sequence&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="AuthInfo" type="auth:AuthInfoType" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/xsd:schema&gt;&lt;!-- End of Auth info 
    schema--&gt;&lt;!-- Start of Identifier info <BR>&gt; &gt; 
    schema--&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:schema 
    attributeFormDefault="unqualified"<BR>&gt; 
    &gt;&nbsp;&nbsp;elementFormDefault="qualified"<BR>&gt; &gt; 
    targetNamespace="urn:epc:specification:universal:Identifier:xml:schema:1" 
    <BR>&gt; &gt;&nbsp;&nbsp;version="1.0"<BR>&gt; &gt; 
    xmlns:pmlidentifier="urn:epc:specification:universal:Identifier:xml:schema:1"<BR>&gt; \
  &gt;&nbsp;&nbsp;xmlns:xsd="<A 
    href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema 
    </A>"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element name="ID"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="pmlidentifier:IdentifierType" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:complexType name="IdentifierType"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:simpleContent&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:extension base="xsd:token"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:attribute name="schemeID"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="xsd:token" use="optional" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:attribute name="schemeAgencyID" <BR>&gt; 
    &gt;&nbsp;&nbsp;type="xsd:token" use="optional" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:attribute name="schemeVersionID"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="xsd:token" use="optional" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:attribute name="schemeURI" <BR>&gt; 
    &gt;&nbsp;&nbsp;type="xsd:anyURI" use="optional" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:extension&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:simpleContent&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:schema&gt;&lt;!-- End of Identifier info 
    schema--&gt;&lt;!-- Start of element <BR>&gt; &gt; declarations for 
    StaticProfile Schema--&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:schema 
    attributeFormDefault="unqualified"<BR>&gt; 
    &gt;&nbsp;&nbsp;elementFormDefault="qualified"<BR>&gt; &gt; 
    targetNamespace="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:schema:1" \
  <BR>&gt; &gt;&nbsp;&nbsp;version="1.0"<BR>&gt; &gt; 
    xmlns:sap="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:schema:1"<BR>&gt; \
  &gt;&nbsp;&nbsp;xmlns:xsd="<A href="http://www.w3.org/2001/XMLSchema"> 
    http://www.w3.org/2001/XMLSchema</A>"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:complexType mixed="true" name="xmlType"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:sequence&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:any 
    maxOccurs="unbounded" minOccurs="0" <BR>&gt; 
    &gt;&nbsp;&nbsp;namespace="##any" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:sequence&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:complexType name="schemaList"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:sequence&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element maxOccurs="unbounded" minOccurs="0"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="schema" type="sap:schemaType" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:sequence&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:simpleType name="schemaType"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:restriction base="xsd:anyURI" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:simpleType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:complexType name="epcList"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:sequence&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element 
    maxOccurs="unbounded" minOccurs="0"<BR>&gt; &gt;&nbsp;&nbsp;name="epc" 
    type="sap:epcType" /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/xsd:sequence&gt; 
    <BR>&gt; &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:simpleType name="epcType"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:restriction base="xsd:anyURI" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:simpleType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:simpleType name="successType"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:restriction base="xsd:boolean" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:simpleType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:complexType name="xpathType"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:sequence&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element 
    name="expr" type="xsd:string" /&gt; <BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element 
    minOccurs="0" name="nsdecl"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="xsd:string"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:annotation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:documentation&gt;<BR>&gt; &gt;&nbsp;&nbsp;The 
    namespace declarations used by <BR>&gt; &gt;&nbsp;&nbsp;the xpath 
    expression. This is a list<BR>&gt; &gt;&nbsp;&nbsp;of space delimited NS 
    declarations<BR>&gt; &gt;&nbsp;&nbsp;usually of the for<BR>&gt; 
    &gt;&nbsp;&nbsp;xmlns:[somePrefix]=[someURI]<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:documentation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:annotation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:element&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:sequence&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:schema&gt;&lt;!-- End of elements&nbsp;&nbsp;for 
    Static Profile Schema--&gt; <BR>&gt; &gt;&nbsp;&nbsp;&lt;!-- Start of 
    element declerations for StaticProfile wsdl--&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:schema attributeFormDefault="unqualified"<BR>&gt; 
    &gt;&nbsp;&nbsp;elementFormDefault="qualified"<BR>&gt; &gt; 
    targetNamespace="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1" \
  <BR>&gt; &gt; 
    xmlns:pmlidentifier="urn:epc:specification:universal:Identifier:xml:schema:1"<BR>&gt; \
  &gt; 
    xmlns:sap="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:schema:1"<BR>&gt; \
  &gt; 
    xmlns:static="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1" \
  <BR>&gt; &gt;&nbsp;&nbsp;xmlns:xsd="<A 
    href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>"&gt;<BR>&gt; \
  &gt;&nbsp;&nbsp;&lt;xsd:import<BR>&gt; &gt; 
    namespace="urn:epc:specification:interchange:EPCIS:Authentication:xml:schema:1" 
    <BR>&gt; &gt; /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:import<BR>&gt; &gt; 
    namespace="urn:epc:specification:universal:Identifier:xml:schema:1"<BR>&gt; 
    &gt; /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:import<BR>&gt; &gt; 
    namespace="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:schema:1" \
  <BR>&gt; &gt; /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:complexType 
    name="attributeDataIn"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:sequence&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element 
    name="epc"<BR>&gt; &gt;&nbsp;&nbsp;type="pmlidentifier:IdentifierType" /&gt; 
    <BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element name="schema"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="sap:schemaType" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="xpath" type="sap:xpathType" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element form="unqualified" 
    name="value" <BR>&gt; &gt;&nbsp;&nbsp;type="sap:xmlType" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:sequence&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="addAttributeData"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="static:attributeDataIn" /&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="setAttributeData"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="static:attributeDataIn" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:complexType name="getAttributeData"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:sequence&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="epc"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="pmlidentifier:IdentifierType" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="schema"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="sap:schemaType" /&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="xpath" type="sap:xpathType" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/xsd:sequence&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="getAttributeData" <BR>&gt; 
    &gt;&nbsp;&nbsp;type="static:getAttributeData" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="deleteAttributeData"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="static:getAttributeData" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:complexType name="EPCSWithAttribute"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:sequence&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element 
    name="schema"<BR>&gt; &gt;&nbsp;&nbsp;type="sap:schemaType" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="xpath" type="sap:xpathType" /&gt; 
    <BR>&gt; &gt;&nbsp;&nbsp;&lt;/xsd:sequence&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="getEPCSWithAttribute"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="static:EPCSWithAttribute" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="deleteEPCSWithAttribute" <BR>&gt; 
    &gt;&nbsp;&nbsp;type="static:EPCSWithAttribute" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="getDocumentTypes"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:complexType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:sequence&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element 
    name="epc" <BR>&gt; &gt;&nbsp;&nbsp;type="pmlidentifier:IdentifierType" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/xsd:sequence&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:complexType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:element&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element 
    name="schemaList" type="sap:schemaList" /&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;xsd:element name="attribute" type="sap:xmlType" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element name="epcList" 
    type="sap:epcList" /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;xsd:element 
    name="success" type="sap:successType" /&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/xsd:schema&gt;&lt;!-- End element declarations for 
    StaticProfile wsdl--&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:types&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;!-- Start Wsdl Messages --&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="authenticationMessage"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="auth:AuthInfo" name="AuthInfo" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="addAttributeDataIn"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="static:addAttributeData" <BR>&gt; 
    &gt;&nbsp;&nbsp;name="addAttributeData" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="addAttributeDataOut"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="static:success" name="success" /&gt; 
    <BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="getAttributeDataIn"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="static:getAttributeData"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="getAttributeData" /&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="getAttributeDataOut"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="static:attribute" name="attribute" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="setAttributeDataIn"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="static:setAttributeData"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="setAttributeData" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="setAttributeDataOut"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;part element="static:success" name="success" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="deleteAttributeDataIn"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="static:deleteAttributeData"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="deleteAttributeData" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="deleteAttributeDataOut"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="static:success" name="success" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="getEPCSWithAttributeIn"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="static:getEPCSWithAttribute" <BR>&gt; 
    &gt;&nbsp;&nbsp;name="getEPCSWithAttribute" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;message 
    name="getEPCSWithAttributeOut"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:part 
    element="static:epcList" name="epcList" /&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/message&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:message 
    name="deleteEPCSWithAttributeIn"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:part 
    element="static:deleteEPCSWithAttribute"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="deleteEPCSWithAttribute" /&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message 
    name="deleteEPCSWithAttributeOut"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:part 
    element="static:success" name="success" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="getDocumentTypesIn"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="static:getDocumentTypes"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="getDocumentTypes" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:message name="getDocumentTypesOut"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:part element="static:schemaList" name="schemaList" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:message&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;!-- End Wsdl Messages --&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:portType name="StaticAttributeProfile"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="addAttributeData"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input message="static:addAttributeDataIn" <BR>&gt; 
    &gt;&nbsp;&nbsp;name="addAttributeDataInput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:output message="static:addAttributeDataOut"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="addAttributeDataOutput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="getAttributeData"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input message="static:getAttributeDataIn"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="getAttributeDataInput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:output message="static:getAttributeDataOut" 
    <BR>&gt; &gt;&nbsp;&nbsp;name="getAttributeDataOutput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="setAttributeData"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input message="static:setAttributeDataIn" <BR>&gt; 
    &gt;&nbsp;&nbsp;name="setAttributeDataInput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:output message="static:setAttributeDataOut"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="setAttributeDataOutput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="deleteAttributeData"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input 
    message="static:deleteAttributeDataIn"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="deleteAttributeDataInput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:output message="static:deleteAttributeDataOut" 
    <BR>&gt; &gt;&nbsp;&nbsp;name="deleteAttributeDataOutput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="getEPCSWithAttribute"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input message="static:getEPCSWithAttributeIn" 
    <BR>&gt; &gt;&nbsp;&nbsp;name="getEPCSWithAttributeInput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:output 
    message="static:getEPCSWithAttributeOut"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="getEPCSWithAttributeOutput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation 
    name="deleteEPCSWithAttribute"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:input 
    message="static:deleteEPCSWithAttributeIn"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="deleteEPCSWithAttributeInput" /&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:output 
    message="static:deleteEPCSWithAttributeOut"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="deleteEPCSWithAttributeOutput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="getDocumentTypes"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input message="static:getDocumentTypesIn"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="getDocumentTypesInput" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:output message="static:getDocumentTypesOut"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="getDocumentTypesOutput" /&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:portType&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:binding 
    name="StaticAttributeProfileSoapBinding"<BR>&gt; 
    &gt;&nbsp;&nbsp;type="static:StaticAttributeProfile"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:binding style="document"<BR>&gt; 
    &gt;&nbsp;&nbsp;transport="<A 
    href="http://schemas.xmlsoap.org/soap/http">http://schemas.xmlsoap.org/soap/http</A>" \
  /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:operation name="addAttributeData"&gt; 
    <BR>&gt; &gt;&nbsp;&nbsp;&lt;soap:operation<BR>&gt; &gt; 
    soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1/addAttributeData"<BR>&gt; \
  &gt; /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:input 
    name="addAttributeDataInput"&gt; <BR>&gt; &gt;&nbsp;&nbsp;&lt;soap:header 
    message="static:authenticationMessage"<BR>&gt; 
    &gt;&nbsp;&nbsp;part="AuthInfo" use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:body use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:input&gt; <BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:output 
    name="addAttributeDataOutput"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;soap:body 
    use="literal" /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:output&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="getAttributeData"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:operation<BR>&gt; &gt; 
    soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1/getAttributeData"<BR>&gt; \
  &gt;&nbsp;&nbsp;style="document" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input name="getAttributeDataInput"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:body use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:header 
    message="static:authenticationMessage"<BR>&gt; 
    &gt;&nbsp;&nbsp;part="AuthInfo" use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:input&gt; <BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:output 
    name="getAttributeDataOutput"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;soap:body 
    use="literal" /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:output&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="setAttributeData"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:operation<BR>&gt; &gt; 
    soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1/setAttributeData"<BR>&gt; \
  &gt;&nbsp;&nbsp;style="document" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input name="setAttributeDataInput"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:body use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:header 
    message="static:authenticationMessage"<BR>&gt; 
    &gt;&nbsp;&nbsp;part="AuthInfo" use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:input&gt; <BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:output 
    name="setAttributeDataOutput"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;soap:body 
    use="literal" /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:output&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="deleteAttributeData"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:operation<BR>&gt; &gt; 
    soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1/deleteAttributeData"<BR>&gt; \
  &gt;&nbsp;&nbsp;style="document" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input name="deleteAttributeDataInput"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:body use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:header 
    message="static:authenticationMessage"<BR>&gt; 
    &gt;&nbsp;&nbsp;part="AuthInfo" use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:input&gt; <BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:output 
    name="deleteAttributeDataOutput"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;soap:body 
    use="literal" /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:output&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="getEPCSWithAttribute"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:operation<BR>&gt; &gt; 
    soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1/getEPCSWithAttribute"<BR>&gt; \
  &gt;&nbsp;&nbsp;style="document" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input name="getEPCSWithAttributeInput"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:body use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:header 
    message="static:authenticationMessage"<BR>&gt; 
    &gt;&nbsp;&nbsp;part="AuthInfo" use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:input&gt; <BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:output 
    name="getEPCSWithAttributeOutput"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;soap:body 
    use="literal" /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:output&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="deleteEPCSWithAttribute"&gt; 
    <BR>&gt; &gt;&nbsp;&nbsp;&lt;soap:operation<BR>&gt; &gt; 
    soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1/deleteEPCSWithAttribute"<BR>&gt; \
  &gt;&nbsp;&nbsp;style="document" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input name="deleteEPCSWithAttributeInput"&gt; 
    <BR>&gt; &gt;&nbsp;&nbsp;&lt;soap:body use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:header 
    message="static:authenticationMessage"<BR>&gt; 
    &gt;&nbsp;&nbsp;part="AuthInfo" use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:input&gt; <BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:output 
    name="deleteEPCSWithAttributeOutput"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:body use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:output&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:operation name="getDocumentTypes"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:operation<BR>&gt; &gt; 
    soapAction="urn:epc:specification:interchange:EPCIS:StaticAttributeProfile:xml:wsdl:1/getDocumentTypes"<BR>&gt; \
  &gt;&nbsp;&nbsp;style="document" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:input name="getDocumentTypesInput"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:body use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:header 
    message="static:authenticationMessage"<BR>&gt; 
    &gt;&nbsp;&nbsp;part="AuthInfo" use="literal" /&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:input&gt; <BR>&gt; &gt;&nbsp;&nbsp;&lt;wsdl:output 
    name="getDocumentTypesOutput"&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;soap:body 
    use="literal" /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:output&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:operation&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:binding&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:service 
    name="StaticAttributeProfileService"&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;wsdl:port<BR>&gt; &gt; 
    binding="static:StaticAttributeProfileSoapBinding"<BR>&gt; 
    &gt;&nbsp;&nbsp;name="StaticAttributeProfileSOAPPort"&gt; <BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;soap:address<BR>&gt; 
    &gt;&nbsp;&nbsp;location="http://[XXX]/static/StaticAttributeProfile" 
    /&gt;<BR>&gt; &gt;&nbsp;&nbsp;&lt;/wsdl:port&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:service&gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&lt;/wsdl:definitions&gt; <BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; 
    &gt;<BR>&gt; &gt;<BR>&gt;<BR>&gt;<BR>&gt; --<BR>&gt; Ajith 
    Ranabahu<BR>&gt;<BR><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic