Ant, I downloaded the nightly build from 1st April, and now it works. I'd still like to know if I should/could use WSIF for more complex method calls with four or five input fields. These are services that ultimately run on our IBM mainframes under CICS. Dave
-----Original Message----- From: Anthony Elder [mailto:[EMAIL PROTECTED] Sent: Wed 02/04/2003 18:49 To: [EMAIL PROTECTED] Cc: Subject: Re: Can't get dynamic invocation working Hi Dave, the problem you're having is the same as an existing bugzilla: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18520 <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18520> . I hope to get a fix in for this tomorrow. Incidentally you don't really need to copy WSDL locally to monitor calls with TCPMON. In the TCPMON Admin screen if you select Act as a proxy you can then set the Java proxy system properties to point to this when you run your wsif client. For example if TCPMON is acting as a proxy on port 4321: java -Dhttp.proxyHost=localhost -Dhttp.proxyPort=4321 clients.DynamicInvoker http://www.bipolar.org.uk/webservices/StringOut.asmx?WSDL <http://www.bipolar.org.uk/webservices/StringOut.asmx?WSDL> getName(StringOutSoap) ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. Aleksander Slominski <[EMAIL PROTECTED]> on 02/04/2003 17:39:55 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Can't get dynamic invocation working [EMAIL PROTECTED] wrote: > Hope you saw my two emails of last night. > > Trying to do as you said and use tcpmon. How do I change the port >that the Dynamic Invokes calls ? > > Thanks > > hi Dave, simple thing to do is to save WSDL document locally and edit it to change port address to point to localhost:port where tcpmon is running and use such modified WSDL. you can also modify dynamically WSDL just before invoking methods on it by using WSDL4J API but it requires more effort. here is one possible way to do this described: http://marc.theaimsgroup.com/?l=wsif-user <http://marc.theaimsgroup.com/?l=wsif-user&m=104563322923276&w=2> &m=104563322923276&w=2 thanks, alek > > > >-----Original Message----- >From: Aleksander Slominski [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] >Sent: 01 April 2003 17:15 >To: [EMAIL PROTECTED] >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 <http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide. h> >tml#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>>
