cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service run time error

former_member216303
Participant
0 Kudos

Hi experts,

Now we are using the custom create web service to import the data into the custom bo via third party application.

In this place, the web service cannot execute because of the following error.

The detailed error description may not be available in logon language:  Message "Create{}" not supported (interface: "............." binding key: "............")

This is why? Is there any problem in custom web service or third party application?

Best regards,

TokeKit.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186648
Active Contributor
0 Kudos

Hi Toke Kit,

Is the Custom Webservice created from studio?

If yes, have you selected the "Create" operation in the 3rd step during creation of webservice?

Thanks, Pradeep.

former_member216303
Participant
0 Kudos

Hi Pradeep,

Thanks for your concern.

>>If yes, have you selected the "Create" operation in the 3rd step during creation of webservice?

Of course, I selected Create operation and it can be worked well with another tools such as SOAP, Talend

except our third party app.


Best regards,

Nyein.

former_member186648
Active Contributor
0 Kudos

If the service is working fine with other third party tool like SOAP, then there is no problem from webservice point of view.

You need to check your third party app.

You could do the following:
Reimport wsdl,

Check for proxy if you have created,

Check for binding of operation and elements, you could compare with SOAP request.

Thanks, Pradeep.

ognian_kalaydjiev4
Participant
0 Kudos

You can also check you payload and see what exactly your third party application is sending. You can see it from APPLICATION AND USER MANAGEMENT-> WEB SERVICE MESSAGE MONITORING.

And try the same payload from SOAPUI.

Cheers Ognian