Please Help!!! WebService wooes!
Please Help!!! WebService wooes!
- Subject: Please Help!!! WebService wooes!
- From: Ute Hoffmann <email@hidden>
- Date: Sun, 15 Oct 2006 11:34:05 +0200
Hallo,
I need to get a webservice woprking with Wo 5.3.
This is the function called on the provider (WOApp):
Public WOStringKeyMap xx {
}
The client (another WO App):
gets the service like this:
WOStringKeyMap retval = (WOStringKeyMap)client.invoke((String)client.serviceNames().objectAtIndex(0), "ausgabeStat", parameters);
WSDL is done via WebObjects. It is accessible.
But:
When the client App tries to access the provider it throws this exception:
com.webobjects.foundation.NSForwardException for javax.xml.rpc.ServiceException: Error processing WSDL document:
java.io.IOException: Type {http://schemas.xmlsoap.org/soap/encoding/}Struct is referenced but not defined.
Ok, the wiki says I have to define this (in the provider???):
WebServiceRegistrar.registerFactoriesForClassWithQName(....). I did this, but no luck.
As the client throws the exception even before it reaches the provider WebService Function I suppose I have to define something in the client, but WHAT, to get rid of the exception.
Can someone please help with this? It is something basic but I can not find it myself.
Regards,
Ute _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden