cancel
Showing results for 
Search instead for 
Did you mean: 

Error in webservices execution

0 Kudos

Hi,

I am trying to use web services action block to establish a communication between MII server and a third party application. A wsdl file was given for the third party tool to access from MII. I could launch the url and wsdl url in browser without any error

I have done the following and tested from 2 different MII servers.

_MII server 1 (12.1) :_ In system management, Proxy IP, proxy port , user id and password (proxy credentials) are given.

in Web services action blcok when i give the url and hit next button, i am able to select port and operation and hitting the finish button, i get the error "SOAP SERVICE COULD NOT BE LOADED: COULD NOT DETERMINE EXAMPLE XML".

_MII server 2 (12.1) :_ In system management,no proxy credentials given as there is no proxy server. in Web services action block, i have added the WSDL credential (network credentials) and then when i give the url and hit next button, i am able to select port and operation and hitting the finish button, i get the error

"XML Proxy error: COULD NOT CREATE XML GENERATOR, SCHEMA WAS NULL.".

For this server, i could check the netweaver logs and the error is

"500 Internal Server Error is returned for HTTP request [http://204.79.142.243:50000/XMII/CMSLogicEditor/logging.jar]: "

I also tried to disable the firewall and test it but no success.

Kindly expedite your views. Is it a configuration error, anything to do with proxy , security settings or to do with WSDL file format.

Thanks.

Mahalakshmi.S

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mahalakshmi,

Could you test the wsdl in altova xml spy once and check if there's any issue .

Regards,

Sushama

0 Kudos

Hi,

For the above said issue, the third party applications web services was changed from RPC type to Documentstyle. Now i am able to invoke it from MII.

So does MII need to have any specific Web services format to be maintained.

Thanks

Mahalakshmi.S

jcgood25
Active Contributor
0 Kudos

As far as I know, the web service action only supports document/literal.

You may want to consider trying the http post action for any rpc web services, but you will obviously lose the wizard effect of the web service action.