cancel
Showing results for 
Search instead for 
Did you mean: 

PROXY ERROR

Former Member
0 Kudos

HI

EXPERTS

AS I AM CREATING WEB SERVICES TO ESTABLISH CONNECTIVITY BETWEEN TWO SYSTEMS (MICROSOFT.NET) TO PUSH THE DATA IN TO SAP FROM MICROSOFT .NET, BUT WHEN I TRY TO CREATE PROXY FROM GENERATED WSDL IT IS ASKING FOR DEVELOPER KEY. CAN WE CREATE PROXY WITH OUT DEVELOPER KEY.

SUGGEST

THANKS

REGARDS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Not sure because I always had developer keys but proxy generation create ABAP objects and you need developer key do the same.

Regards,

Gourav

Former Member
0 Kudos

hi

gaurav,

can we set up conectivity between the two systems, with out generating proxy.

suggest

thanks

sivasatyaprasad_yerra
Active Contributor
0 Kudos

Proxy is required to receive the data from server. So, without proxy only one way communication is possible (Sending data to server through endpoint created for service definition). So, to receive the data from server, you need to have proxy created which points to the receiver.

Former Member
0 Kudos

Hi,

Connectivity between can be setrup using another methods namely, RFC and JCO call (Java) or .Net connector (.Net environment).

Proxy framework reduce lot of work by abstracting details undelying it. I suggest just ask for developer key and you need them anyway if you want to use any other method as well.

Regards,

Gourav

Answers (0)