"Brian W. Young" <[EMAIL PROTECTED]> wrote:

Are you sure you don't want to just send the XML as String data and then
re-parse it once it gets to the destination?


Josema Alonso wrote:

>Dear all,
>
>I'm a newbie trying to make a web service work. I have a method like this:
>
>public Class Recordings {
> public Element getEquipmentTypes() {
> Element resultElement;
> ...
> ...
> return resultElement;
> }
>...
>}
>
>The resultElement is built ok. I can deploy the service and make it work.
>I have tried to make a SOAP request to this service. It works ok from Cocoon
>using XSP.
>I have also tried from Websphere Developer and .Net and I've found an error:
>it cannot foud a deserializer for the Element. The relevant part of the WSDL
>file is:
>
> > xmlns="http://www.w3.org/2001/XMLSchema">
>
>
>

>

>
>
>

>
>I have searched the archives and tried a couple solutiones I found there
>with no luck. Am I missing something?
>
>Can anybody help me, please?
>
>ps: since I started with web services I can't beliebe sending XML in a SOAP
>envelope is the most difficult thing to achieve...
>
>
>
>
>



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Reply via email to