cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL is not working

former_member1193316
Participant
0 Kudos

Hi,

I have created a webserivce(RFC) in R3. When i execute this Webservice and test, it is working fine. But when

i try to use WSDL link, its not working.

Do i need to configure any thing else? Kindly let me knw wer i m missing?

Regards,

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi...

You have to define Logical port using LPCONFIG Tcode....

This will help u...!

Rehards,

Chintan.

former_member1193316
Participant
0 Kudos

Can u guide me how to configure Logical Port using LPCONFIG. Is it mandatory to use WSDL.

I Webservice which i created in R3, i m going to use it in .NET application..

Answers (7)

Answers (7)

Former Member
0 Kudos

Hello,

for yor issue try to configure your proxy settings on tcode sicf.

take a look on this link...for me wes REALLY usefull

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

Gabriel P.-

Former Member
0 Kudos

Hi,

Do not create any wsdl for RFC.

just execute the following link.<<http://host:port/sap/bc/soap/wsdl11?services=''&sap-client=000>>

Now go ahead will calling this webservice.

-Trupti

Former Member
0 Kudos

Hi,

>just execute the following link.<<http://host:port/sap/bc/soap/wsdl11?services=''&sap->client=000>>

Well, I don't agree with your advice. This is old WAS 6.20 style web service which is obsolete.

This is not a good way to start with web services on ECC6 even if I used this technique very successfully on R/3 4.7.

If possible, I would advise the original poster to upgrade at least up to SP 14 to be able to use transaction SOAMANAGER.

Regards,

Olivier

Former Member
0 Kudos

Hi,

You need not to create wsdl for RFC explicitly.

How did you create WSDL for RFC?

-Trupti

Former Member
0 Kudos

Hi,

>I have created a webserivce(RFC) in R3.

Please give information about your SAP release. We can't guess this information !

SAP R/3 4.7 based on WAS 6.20 is a completely different beast from ECC6 (> or < SP14) concerning web services...

Regards,

Olivier

Former Member
0 Kudos

ALong with the SP level pls mention what u r trying to do, are u trying to just test it or using it in another apps??

former_member1193316
Participant
0 Kudos

my SAP Component version is ECC 6.0 and SP levels are SP9

Here i m going to call this webservice through .net application

matt
Active Contributor
0 Kudos

You may need to be using transaction SOAMANAGER which supercedes LPCONFIG.

matt

Former Member
0 Kudos

Hi..

about .NET how to use i am not aware of same but if you configure port then

now go in lpconfig transaction

then here give ur proxy class which you have created earlier ( Using WSDL )

then select logical port which you have given name same as ( Using WSDL )

now select as default port and then select message id and state management check box in application spec. settings.

then save and activate it.

This now u can use in ABAP program..

Regards,

Chintan

Former Member
0 Kudos

hi , hope this link will help you

[https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/d99b2014-0b01-0010-a8a0-aa830dbdf5e8] [original link is broken];

regards

chinnaiya P