cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WSDL Problem

Former Member
0 Likes
568

Hi ,

Good Morning,

I imported wsdl file in External definetions , problem is it is not showing the Messages.

I tried by ctreating the interfaces ,but i am not able to see the messages.

How to do the scenario without the messages.

"Points will be awarded"

Regards,

Jayasimha Jangam

View Entire Topic
Former Member
0 Likes

hi , there could be some problem with the wsdl file which u have imported. have a look at it whether the format is corrrect or not

Go through the below specified SAP NOTE which deals with the same problem i guess :-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/...

thanks

Former Member
0 Likes

hi Pragya,

I am able to import the file , I am not able to see the messages.

prateek
Active Contributor
0 Likes

The problem is with the targetNamespace length. http://ccp.abb.com/ConfiguratorService/v1.0/CcpConfiguratorService.asmx

It should be less than 60 characters.

Regards,

Prateek

Former Member
0 Likes

Thanx prateek,

Its the problem, but if i change the namespace is there any problem in sending the data to webservice..

because the namespace they create cannot be changed...

Regards,

Jayasimha Jangam

Former Member
0 Likes

Thanx prateek,

Its the problem, but if i change the namespace manually in the wsdl file is there any problem in sending the data to webservice..

because the namespace they create cannot be changed...

Kindly help me .

Regards,

Jayasimha Jangam

prateek
Active Contributor
0 Likes

but if i change the namespace is there any problem in sending the data to webservice..

Yes. Ideally the receiver system must change the webservice to edit the namespace. Then only it will be able to accept the call.

Alternative could be using a smaller namespace in XI and then changing the namespace in soap header using some adapter module at soap receiver communication channel.

Regards,

Prateek