Quantcast
Channel: xCommunity : Popular Discussions - Discuss
Viewing all articles
Browse latest Browse all 932

soapUI submitAPXML problem

$
0
0

I'm trying to submit an apxml request to my ping integration service through soapUI and each time I'm getting this error:

 

     <faultstring>java.lang.IllegalArgumentException: Unrecognized APXML method: Add</faultstring>

 

This is my current soapUI code:

 

     <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"      xmlns:sch="http://www.alarmpoint.com/webservices/schema">

        <soapenv:Header/>

        <soapenv:Body>

           <sch:SubmitAPXML>

             <sch:apxml>

                      &lt;transaction&gt;

                        &lt;header&gt;

                          &lt;method&gt;Add&lt;/method&gt;

                          &lt;subclass&gt;Event&lt;/subclass&gt;

                        &lt;/header&gt;

                        &lt;data&gt;

                          &lt;agent_client_id&gt;ping|ping&lt;/agent_client_id&gt;

                          &lt;recipients&gt;bsmith&lt;/recipients&gt;

                          &lt;situation&gt;Server down.&lt;/situation&gt;

                          &lt;device&gt;localhost&lt;/device&gt;

                          &lt;incident_id&gt;TICKET-0100-0302&lt;/incident_id&gt;

                        &lt;/data&gt;

                      &lt;/transaction&gt;

              </sch:apxml>

            </sch:SubmitAPXML>

         </soapenv:Body>

     </soapenv:Envelope>

 

My integration agent is running and being detected by the xm webserver just fine as well as the ping integration service. I am trying to send this request from a different computer but I have succesfully been able to inject events into xm from the same computer through soapUI. Any ideas as to why this error is being thrown would be greatly appreciated.


Viewing all articles
Browse latest Browse all 932

Trending Articles