OK, I have two web services. The first just returns a string, and I invoke it like this F:\wsif-2.0>java clients.DynamicInvoker http://www.bipolar.org.uk/webservices/StringOut.asmx?WSDL <http://www.bipolar.org.uk/webservices/StringOut.asmx?WSDL> getName(StringOutSoap) this works and returns the output string. The second takes an input string and returns it, and I invoke it like this F:\wsif-2.0>java clients.DynamicInvoker http://www.bipolar.org.uk/webservices/simplerpc.asmx?WSDL <http://www.bipolar.org.uk/webservices/simplerpc.asmx?WSDL> getEcho(SimpleRPCSoap) SOAP instring and this is the output I get Reading WSDL document from 'http://www.bipolar.org.uk/webservices/simplerpc.asmx ?WSDL' Preparing WSIF dynamic invocation - WSIF0006W: Multiple WSIFProvider found supporting the same namespace URI 'http ://schemas.xmlsoap.org/wsdl/soap/'. Found ('org.apache.wsif.providers.soap.apach eaxis.WSIFDynamicProvider_ApacheAxis, org.apache.wsif.providers.soap.apachesoap. WSIFDynamicProvider_ApacheSOAP') - WSIF0007I: Using WSIFProvider 'org.apache.wsif.providers.soap.apacheaxis.WSIFD ynamicProvider_ApacheAxis' for namespaceURI 'http://schemas.xmlsoap.org/wsdl/soa p/' Executing operation getEcho Result: getEchoResult=null Done! Why don't I get a reult ? What is wrong with my invocation parameters ? Thanks very much Dave
-----Original Message----- From: Aleksander Slominski [mailto:[EMAIL PROTECTED] Sent: Tue 01/04/2003 17:15 To: [EMAIL PROTECTED] Cc: Subject: Re: Can't get dynamic invocation working [EMAIL PROTECTED] wrote: >Hi, > > I'm trying to use DynamicInvoker to call a simple service defined in >.Net, that takes one string in, and returns this as out put. > > Although the call doesn't produce any errors, it also doesn't >produce any output. > > Can you think of anything I might be missing, or do you need all the >details ? > hi, yes - if you provide more details such as how you execute dynamic invoker, what WSDL is used, and what are SOAP messages on the wire (use tools such as TCP Mon or as described in AXIS users guide: http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.h tml#tcpmon <http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide. html#tcpmon> ) then there is good chance somebody will be able to help you but if you say it does not work it is not too helpful (i can say you that it works for me ...) thanks, alek -- "Mr. Pauli, we in the audience are all agreed that your theory is crazy. What divides us is whether it is crazy enough to be true." Niels H. D. Bohr
<<application/ms-tnef>>
