Hi Valerio,
My problem is that I don't use WSDL2Java but I writing my java file by
hand, for this reason I modified the field soapAction in the wsdd file.
It is very difficult for us to help if you don't tell us details on what
you actually do and use.
Do you use axis for your client side? Do you write each byte of the SOAP
message "by hand" to the wire? Something in between? :-)
If you use axis call objects, you need to set the call's SOAPAction
property like this:
_call.setSOAPActionURI("http://big.tuwien.ac.at/xxx/#getCoordinationContextWithMatchcode");
(This is taken from an WSDL2Java generated stub.)
Can you please send me a wsdl file that I could take as example for my
wsdl file?
I posted an example with the relavant sections a few days ago.
Of course, if you don't use the WSDL to generate the web service client,
it won't change anything if you add the soap actions there. ;-)
-hannes
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]