Hi Dave, the problem you're having is the same as an existing bugzilla:
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
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&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,
>>
>>    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)
>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





Reply via email to