Wsdl interoperability question

Hello ,

I have this java class
  public Element RetXml(String filename)
And I don't know how map de xml Element in de WSDL file to acces form
a vb or Net client.
>From a java class I can create a client how make a soap call to de
service, and it works fine,
    call.setTargetObjectURI("urn:articles");
    call.setMethodName("RetXml");
    call.setEncodingStyleURI(Constants.NS_URI_LITERAL_XML);
but from a vb or net client I don`t know
how make de same.


  

-- 
Best regards,
 Marc                          mailto:marcseb@teleline.es

Received on Monday, 4 March 2002 13:27:52 UTC