xsd « axis « Java Enterprise Q&A





1. Axis webservice with type="xsd:base64Binary"    stackoverflow.com

So i have a wsdl that defines a message part like the following

<wsdl:message name="processEnvelopeResponse">
 <wsdl:part name="processEnvelopeReturn" type="xsd:base64Binary"/>
</wsdl:message>
This maps to a xsd, wich then imports other xsds and so on. I have ...

2. Axis2 - Date Format    stackoverflow.com

Scenario

The date format which is output as a response to the Web Service client by Axis2 is formatted as "2009-08-28+01:00". I would like to change this to show only the ...

3. Axis2 with XMLBeans data binding - Problem with a java client generated from a XSD schema with anyType    stackoverflow.com

I have generated a client using Axis2 framework with XMLBeans as the data binding method. The XSD schema is the following:
<xsd:schema>
<xsd:element name="profile" type="anyType"/>
</xsd:schema>
The java ...

5. xsd:choice AXIS and JAXWS    coderanch.com

Hi everyone, I have a schema that needs to be sent across in SOAP message, please note that this schema is not controlled by us. I have attached an abridged version of this schema. The purpose for such a complicated schema is: If A1 is present, it can also have A2 But if A1 is not present A2 has to be ...

6. Can't deserialize xsd:date attributes using Axis WSDL2Java classes    coderanch.com

AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.NumberFormatException: Invalid date/time faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:java.lang.NumberFormatException: Invalid date/time at org.apache.axis.encoding.ser.SimpleDeserializer.onEndElement(SimpleDeserializer.java:180) at org.apache.axis.encoding.DeserializerImpl.endElement(DeserializerImpl.java:502) 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:2467) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at com.netia.interfaces.client.play.mnp.P4_MNP_BindingStub.mnpCreate(P4_MNP_BindingStub.java:334) at com.netia.interfaces.client.play.mnp.P4_MNP_Client.mnpCreate(P4_MNP_Client.java:235) at com.netia.interfaces.ws.que.play.send_contract.SEND_CONTRACTSoapImpl.sendContract(SEND_CONTRACTSoapImpl.java:198) at com.netia.interfaces.ws.que.play.send_contract.SEND_CONTRACTSoapSkeleton.sendContract(SEND_CONTRACTSoapSkeleton.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) ...

7. axis, xsd:int and multiRef    coderanch.com