cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound Proxy

Former Member

Dear Expert,

   I have a inbound proxy scenario (Ecc and PI 7.0) and it is working fine.

   Now I have developed a Outbound Proxy scenario between the same systems.

   My question is : do i have to do any extra settings for O/B proxy ?

  and how can i test the outbound proxy?

Regards,

Anirban

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Anirban,

no, you don't need any extra settings for that case.

You can go to SPROXY, select the service interface and press F8 to execute. Then you can enter an XML payload to test the proxy. To test it end-to-end you need to write a report in ABAP that calls the generated method on that proxy.

Regards,

Jörg

Former Member
0 Kudos

Hi Jorg,

  Thanks for your reply.

  I can see the message in SXI_MONITOR in Sender Ecc.

  Its showing error:

<SAP:Error
SOAP:mustUnderstand
="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

   <SAP:Category>XIProtocol</SAP:Category>
   <SAP:Code area="PARSER">UNEXPECTED_VALUE</SAP:Code>
   <SAP:P1>Main/@versionMinor</SAP:P1>
   <SAP:P2>001</SAP:P2>
   <SAP:P3>000</SAP:P3>
   <SAP:P4 />
   <SAP:AdditionalText />
   <SAP:Stack>XML tag Main/@versionMinor has incorrect value 001; expected value is
000
</SAP:Stack>
   <SAP:Retry>M</SAP:Retry>
</SAP:Error>
iaki_vila
Active Contributor
Former Member
0 Kudos

Hi Inaki,

Thanks.

Pi version is 7.0(sp09) and sender ecc is 6.0

Former Member
0 Kudos

Hello Anirban,

have you checked Communication Channel monitoring in PI? If you receive an HTTP 500 I'd expect some log on server side. You could also check Default Trace on PI, if the above notes don't apply to your case.

Regards,

Jörg