You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Smiley, Paul" <ps...@exchange.DAYTONOH.NCR.com> on 2001/11/02 15:54:03 UTC

Several newbie questions

Hey all,
I'm using Weblogic 6.0 and Apache SOAP 2.2 and finally got them working well
together and can talk from my EJB's and back. I've got some questions that I
would appreciate some help with:
 
Let's say that I have a data structure (Java Bean ) on the server as such:
 
class DataStruct implements Serializable{
 
int num;
String name;
Vector vec;
 
get...
set...
 
}
 
In the admin tool, how is this set up? The top part is self explanatory, but
what if that Vector in DataStruct contains another structure? What does
"Local Part" refer to? And how is the "Default Mapping Registry Class" used?
 
Where is the deployment descriptor created so that I can manually manipulate
it if I wish? And when must one create their own serializer? Can the
BeanSerializer be used to communicate to a MS SOAP client (for instance) or
only Java to Java?
 
I've looked all through the documentation and I can't find a clear (to me)
explanation of these. Any heads up or links would be appreciated.
 
Thanks a million!
 
-Paul
 

Newbie Question

Posted by Donald Tan <do...@pacific.net.sg>.
Hi,

I am using the following on W2K w/ SP2:
- Apache SOAP v2.2
- Apache v1.3.22
- Tomcat v3.2.3
- JDK v1.3.1.01

I have successfully installed the above 3 components and got them working together.  I was also able to deploy the soap.war and access the soap admin webpages.  Deploying the soap services that comes together with Apache SOAP v2.2 is not a problem.

However, I am not able to issue any of the SOAP client calls.  I always gets the error message that indicates that the SOAP classes are not resolvable by the rpcrouter or messagerouter. Using the messaging tutorial as an example, the error message is as per attached.

I am able to deploy and issue SOAP client call for the calculator sample successfully though.

Any feedback will be greatly appreciated.

Thank you in advance.

Regards,
Donald

Newbie Question

Posted by Donald Tan <do...@pacific.net.sg>.
Hi,

I am using the following on W2K w/ SP2:
- Apache SOAP v2.2
- Apache v1.3.22
- Tomcat v3.2.3
- JDK v1.3.1.01

I have successfully installed the above 3 components and got them working together.  I was also able to deploy the soap.war and access the soap admin webpages.  Deploying the soap services that comes together with Apache SOAP v2.2 is not a problem.

However, I am not able to issue any of the SOAP client calls.  I always gets the error message that indicates that the SOAP classes are not resolvable by the rpcrouter or messagerouter. Using the messaging tutorial as an example, the error message is as per attached.

I am able to deploy and issue SOAP client call for the calculator sample successfully though.

Any feedback will be greatly appreciated.

Thank you in advance.

Regards,
Donald