SandeepX,
The deployment descriptor you need is below. Be sure to set your encoding
style of the call object to
call.setEncodingStyleURI(Constants.NS_URI_LITERAL_XML) to inform the client
that is is expecting an element back. The getAllListings method of the
addressbook example that ships with soap is a good place to look for a
running example of this. As far as integrating with vb, good luck.
<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
id="urn:PLACE SERVICE NAME HERE">
<isd:provider type="java"
scope="Application"
methods="GetOSConfig">
<isd:java class="PLACE FULL PACKAGE NAME HERE" static="false"/>
</isd:provider>
<isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListene
r>
</isd:service>
-Dirck
-----Original Message-----
From: Khamesra, SandeepX [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 19, 2001 4:14 PM
To: '[EMAIL PROTECTED]'
Subject: Please help
sorry to bother you again ..
But to reprhase my problem
I have a java service . It has one function whose signature is like this
publiv Element GetOSConfig ()
{
/* This function builds the XML. */
}
How should be the DD.xml looks like ?
What needs to be done if I want to access this from a vb / ASP code ?
Please help..
------------------------------------------------------------------------------
DISCLAIMER
Notice Regarding Entry of Orders and Instructions:
Please do not transmit orders and/or instructions regarding your Robertson Stephens
account(s) by e-mail. Orders and/or instructions transmitted by e-mail will not be
accepted by Robertson Stephens, and Robertson Stephens will not be responsible for
carrying out such orders and/or instructions.
Notice Regarding Privacy and Confidentiality:
Robertson Stephens reserves the right to monitor and review the content of all e-mail
communications sent and/or received by its employees.
------------------------------------------------------------------------------