[unsubscribe]
Hello,
I am using Apache SOAP 2.2
I was trying to deploy an existing stateless session bean into a web
service.
1] I deployed the existing stateless session bean into weblogic
2] Wrote a SOAP RPC client to access one of the methods from the
session bean
3] Added a deployment desc
I do not have direct experience with WebLogic, but have used JBoss (cf.
http://www.scottnichol.com/apachesoapjboss.htm). I have not used the admin UI,
so I do not know where to specify some of the parameters for the Stateless EJB
Provider. The deployment descriptor I used is
http://xml.apache.
Here's the patch Dave referred to previously (see "RE: do an Apache SOAP 2.3
release ?" 4/26/2002 in soap-dev).
It allows xsi:null="1" and xsi:null="true" to be properly handled by
refactoring the 0/1/true/false handling code in BooleanDeserializer into a
new method in SoapEncUtils called decodeB
The beta 2 release of Apache's AXIS soap engine is available:
http://xml.apache.org/axis/dist/beta2/. For differences between beta 1 and
beta 2 see http://xml.apache.org/axis/beta1-beta2.html.
This release was built with:
- ant 1.4.1
- xerces 2
- tomcat 4.0.3 (for servlet.jar, activation.jar, an
Hello,
I am having a problem in sending Date value from Apache Soap Client to MS Soap Server. My system time is in PDT. When I send a date to MS Soap, the date value is getting reduced by 7 hours in MS Soap server. Please help me in solving this problem.
Thanks in advance,
Yag.Have a nice day.B
Take a look at the XML spec...
http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/#dateTime