Hope you saw my two emails of last night.hi Dave,
Trying to do as you said and use tcpmon. How do I change the port that the Dynamic Invokes calls ?
Thanks
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&m=104563322923276&w=2
thanks,
alek
-----Original Message----- From: Aleksander Slominski [mailto:[EMAIL PROTECTED] Sent: 01 April 2003 17:15 To: [EMAIL PROTECTED] Subject: Re: Can't get dynamic invocation working
[EMAIL PROTECTED] wrote:
Hi,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 ?
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) 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
