MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.model.ws
Class SoapInvoker

java.lang.Object
  extended by ch.ethz.mxquery.model.ws.SoapInvoker

public class SoapInvoker
extends java.lang.Object

Class to invoke a SOAP method (a webservice)


Constructor Summary
SoapInvoker(java.lang.String strUrl, java.lang.String method, java.lang.String soapAction, java.lang.String soapEnv)
          Constructor
 
Method Summary
 java.lang.String query(QueryLocation loc, boolean getOnlyTheBody)
          Performs a Web Service Invocation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapInvoker

public SoapInvoker(java.lang.String strUrl,
                   java.lang.String method,
                   java.lang.String soapAction,
                   java.lang.String soapEnv)
Constructor

Parameters:
strUrl -
soapAction -
soapEnv -
Method Detail

query

public java.lang.String query(QueryLocation loc,
                              boolean getOnlyTheBody)
                       throws java.io.IOException,
                              MXQueryException
Performs a Web Service Invocation

Returns:
the soap body as string
Throws:
java.io.IOException
MXQueryException

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich