Hi Dinyo, The way you set the parameters depends on which style of service you are invoking, rpc/literal or document/literal| wrapped.
If you can send the WSDL I can take a look at it. Thanks Prakash On Sat, Oct 31, 2009 at 4:03 AM, Dinyo Haygarov <[email protected]> wrote: > Hello, > > I was wondering if you could help me with a problem I have in WSIF. I have > the following WSDL of a webservice: > > <?xml version="1.0" encoding="utf-8"?> > > <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> > > > <soap12:Body> > > <SetWebServiceConfig xmlns="http://test/gor/apps/testcase/lib/stubs/boo > <http://test/rim/bbapps/testcase/lib/stubs/boo>" > > <wsc> > > <ConnectionString>string</ConnectionString> > <ServerURL>string</basServerURL> > <ServerTimeout>int</basServerTimeout> > > <username>string</username> > > <password>string</password> > <domain>string</domain> > <loginType>string</loginType> > > </wsc> > > </SetWebServiceConfig> > > > </soap12:Body> > </soap12:Envelope> > > > So when I use setObjectPart(serverURL, "www.someurl.com") the sever > doesn't accept it but rather wants to set that wsc xml tag first. > > Do you have an idea how to access i.e. set the wsc tag from WSIF? > > Thanks, > Dinyo
