Soap Proxy generation

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
vjragav7
Forum Newbie
Posts: 2
Joined: Wed May 12, 2010 1:05 am

Soap Proxy generation

Post by vjragav7 »

Hi All,

Please let me know how we can generate a soap proxy for a given web service end point ( developed in java) and invoke a method on it. We basically have a webservice operation which takes an input of type 'BaseMessageType' , where BaseMessageType is a base class which is extended by 'ExtendedMessageType' and we need to pas the ExtendedMessageType as the input for the web service. Please let me know if it makes sense for the webservice to have a generic message type as input , while at runtime we are passing a 'ExtendedMessageType' as an input. Thanks in advance.

Regards
Vijayaragavan A
Post Reply