cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice cannot be loaded

Former Member
0 Kudos

Hi Forum,

I have a web service which has a single input variable which is of type "xsd:string". When i try to consume this in xMII, it is giving the following error

"SOAP Service Could not be loaded : Unable to determine inputs from WSDL" .

There is no problem with the web service because i can execute/simulate that from other systems easily.

I am already consuming quite a few web services but never faced such error.

Is it that xMII cannot understand "xsd:string" ?

Does xMII always need more than 1 variable in the interface ( wild guess )?

Thanks a lot,

Srini.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Guys,

The web service that i am using is RPC style. xMII 11.5 can understand only DOC style. There is no problem with the number of input variables or type of input variables.

Thanks

Srini.

Former Member
0 Kudos

In 11.5, RPC or RPC-encoded type web services can be executed using the HTTP Post.

Former Member
0 Kudos

Hi Srini,

Webservice will not have any problem with number of variables.It worked for me here with one input variable also.

Hope its not recognizing xsd:string, Try giving only string type.

Regards,

PadmaRao

Former Member
0 Kudos

Hi srini,

What is "xsd:string"?

It can take single input variable also.

Thanks,

Manisha

Former Member
0 Kudos

xsd:string is also a string. There is no difference as such between them but it is an XML data type.

I think this type should be the problem and am trying to change it to normal string type.