Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThank you for your answer Nanne. Do you mean that this wsdl would ack like a 'parser' between my php application an the external server?. If so, I guess that I could define a 'ficticious' method (which would be called from my php application), but even in that case I have the same problem. How can I pack a raw string on a SOAP message that shoud be send to a external server if I have no clue about what method is this external server offering?. could the wsdl be defined in such as way to do this? I can´t figure how it could be done. Could you bring me a trail? Thanks again 4 your help.
      singulars
    2. COHmm, I didn't quite understand you question maybe. Are you sure it is actual SOAP, and not just plain XML? Because I was thinking that while nothing is defined, you might just be able to figure it out. Example: if I have a method called `method1` that uses parameter `parameter1`, this might translate in some sort of SOAP call going to the URL `example.com/method1` with inside the SOAP call your `parameter1`. So in your case, you might find the method name from the url you are calling, and get your parameters from the SOAP call -> and then you can try and fix yourself a WSDL
      singulars
    3. COThank´s again for the answer Nanne. Well I´m aware that this is an extrange situation but yes, I should send a SOAP message to the server but the only that I have is an url like http://xxx.xxx.xxx.xxx:port and a string which contains a HL7 message which is in essence a simple string formatted in a special way (which it´s supossed that it will be understod by this external server which is a Rhapshody integration engine).That´s all that I have in order to send a SOAP message to this 'extrange soap server' from my PHP page. I have no XML template or so, no method to be called and no wsdl.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload