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
