cancel
Showing results for 
Search instead for 
Did you mean: 

XML SENT FROM PB WS

Former Member
0 Kudos

Hi,

     How can I get the XML that PB sent from WS?

TIA,

Pedro Soares

Accepted Solutions (1)

Accepted Solutions (1)

former_member190719
Active Contributor
0 Kudos

You want to test out the service?  You might look at SOAPUI.  Or if you're trying to capture the transmission between the web service and a client, you might try a debugging proxy like Charles or Fiddler.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot Bruce and Chris!

I need to capture the transmission between the web service and the client. I used Fiddler to solve my problem.

Regards,

Pedro Soares

Former Member
0 Kudos

Hi Pedro;

   I'm not sure if the question is how to get the XML from an existing PB Based WS or how to build the XML stream in the first place.

1) For the XML stream of an existing PB WS use the auto-generated test HTML

   - should be called "TestWebService.html".

2) To build the XML stream in PB you can use the XML DataWindow feature and/or return an array of structures.

Regards ... Chris