cancel
Showing results for 
Search instead for 
Did you mean: 

web services are between systems

Former Member
0 Kudos

I created a web service.

I have 2 systems are crd(development) and kgd.

My web service in crd.But I want to call this service in kgd.

I don't know how to use this service between two services.

Another system how to call this service?

I want to help about this topic.

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

I will use abap.

System doesn't support web service creatization but can I call web service in my system from another system?

thank you

Former Member
0 Kudos

Download GoogleSearch.wsdl and generate a proxy for a method say doGoogleSearch using say Netweaver Developer Studio. That will a good example for you to test how web services work from your system to an external system.

Let me know if you need more information.

Former Member
0 Kudos

Thank you

I will try:)

Have a question.I created web service in my system that support web service creatization.Then am I use this web service in system that doesn't support web service creatization.

Former Member
0 Kudos

Hi,

>

> Have a question.I created web service in my system that support web service creatization.Then am I use this web service in system that doesn't support web service creatization.

The system doesn't support create a proxy to Web Service, what's the language used to develop this system?

Best regards

Former Member
0 Kudos

Thank you.

But I know these documans.

I worked 2 months ago web services and I created a web service in my system.

Then I prepared a program in again MY SYSTEM.

My program calls web service and it works.

BUT I don't know another system how to call my service.So program in different system,web service in different system.

Same system can call web service in it,but another system how to call?

Former Member
0 Kudos

Hi,

So, you can call you web service. And it works fine, ok?

Now, we need that another external system can call you Web Service, right? If yes, you must to pass your WSDL to another part generate the proxy.

Best regards

Former Member
0 Kudos

thank you.

I want to ask a question.

Do you give me an example or name of webside

that has to example about this topic.

Former Member
former_member131788
Active Participant
0 Kudos

Hi Hanife,

In order to accomplish this "you have to create a service consumer and re-generate the proxy in the system and need to do some XI configuration to do the above mentioned scenario"

Hope this helps you.

Thanks and Kind Regards

-


Mohan

Former Member
0 Kudos

Yes I know,I must create web service my system and must call from kgd.

But I don't know how to do?

Former Member
0 Kudos

Hi,

You must create a proxy to you service, then just call it from the kgd.

Best regards